]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - block/elevator.c
Manual merge with Linus.
[linux-2.6-omap-h63xx.git] / block / elevator.c
index 56c2ed06a9e2432f89150a8d274bc1f4517b7a1a..0d6be03d929ea348423f8abf4a222f7c699d4e3b 100644 (file)
@@ -145,7 +145,7 @@ static int __init elevator_setup(char *str)
                strcpy(chosen_elevator, "anticipatory");
        else
                strncpy(chosen_elevator, str, sizeof(chosen_elevator) - 1);
-       return 0;
+       return 1;
 }
 
 __setup("elevator=", elevator_setup);