cpumask: Use optimized CPUMASK_ALLOC macros in the centrino_target
[deliverable/linux.git] / block / noop-iosched.c
index 7563d8aa39440bf1946849c745586cc1c7e9eb06..c23e029696508dde4161e1359acd882a6dc8a6de 100644 (file)
@@ -101,7 +101,9 @@ static struct elevator_type elevator_noop = {
 
 static int __init noop_init(void)
 {
-       return elv_register(&elevator_noop);
+       elv_register(&elevator_noop);
+
+       return 0;
 }
 
 static void __exit noop_exit(void)
This page took 0.026217 seconds and 5 git commands to generate.