]> err.no Git - linux-2.6/blobdiff - block/as-iosched.c
V4L/DVB (7011): cx23885: Cleanup of compiler defines and warnings
[linux-2.6] / block / as-iosched.c
index 555cd6bf4ce51b7044d8bdc86b35573684b0da8d..cb5e53b05c7c6baf6224f36a2c3dee8528c4e116 100644 (file)
@@ -1464,7 +1464,9 @@ static struct elevator_type iosched_as = {
 
 static int __init as_init(void)
 {
-       return elv_register(&iosched_as);
+       elv_register(&iosched_as);
+
+       return 0;
 }
 
 static void __exit as_exit(void)