]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/s390/char/sclp_config.c
[S390] Cleanup sclp printk messages.
[linux-2.6-omap-h63xx.git] / drivers / s390 / char / sclp_config.c
index 7c9b39cee595e41ed5a4959d6a998213aed129b2..fff4ff485d9bcbb8e3bc25c05d465b8214f8774b 100644 (file)
@@ -85,10 +85,8 @@ static int __init sclp_conf_init(void)
        INIT_WORK(&sclp_cpu_change_work, sclp_cpu_change_notify);
 
        rc = sclp_register(&sclp_conf_register);
-       if (rc) {
-               printk(KERN_ERR TAG "failed to register (%d).\n", rc);
+       if (rc)
                return rc;
-       }
 
        if (!(sclp_conf_register.sclp_send_mask & EVTYP_CONFMGMDATA_MASK)) {
                printk(KERN_WARNING TAG "no configuration management.\n");