]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/stifb.c
[PATCH] Don't pass boot parameters to argv_init[]
[linux-2.6-omap-h63xx.git] / drivers / video / stifb.c
index 8d5f35676f9a5d003fe625ff25c0216ad9fcffb1..4a292aae6eb26878e69277a1f53eb58da759a8a8 100644 (file)
@@ -1378,7 +1378,7 @@ stifb_setup(char *options)
        int i;
        
        if (!options || !*options)
-               return 0;
+               return 1;
        
        if (strncmp(options, "off", 3) == 0) {
                stifb_disabled = 1;
@@ -1393,7 +1393,7 @@ stifb_setup(char *options)
                        stifb_bpp_pref[i] = simple_strtoul(options, &options, 10);
                }
        }
-       return 0;
+       return 1;
 }
 
 __setup("stifb=", stifb_setup);