]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/s390/char/sclp_quiesce.c
V4L/DVB (8357): gspca: Perfect exposure for sn9c10x, sensor ov6650.
[linux-2.6-omap-h63xx.git] / drivers / s390 / char / sclp_quiesce.c
index 45ff25e787cbdad96659617eee981d6854e02700..84c191c1cd620fa1e5a723dcb060f9a8d4ae9175 100644 (file)
@@ -51,13 +51,7 @@ static struct sclp_register sclp_quiesce_event = {
 static int __init
 sclp_quiesce_init(void)
 {
-       int rc;
-
-       rc = sclp_register(&sclp_quiesce_event);
-       if (rc)
-               printk(KERN_WARNING "sclp: could not register quiesce handler "
-                      "(rc=%d)\n", rc);
-       return rc;
+       return sclp_register(&sclp_quiesce_event);
 }
 
 module_init(sclp_quiesce_init);