[ARM] tegra: stingray: fix board_boot_mode_init() return value
authorIliyan Malchev <malchev@google.com>
Tue, 14 Sep 2010 19:49:55 +0000 (12:49 -0700)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:51:34 +0000 (16:51 -0700)
Signed-off-by: Iliyan Malchev <malchev@google.com>
arch/arm/mach-tegra/board-stingray.c

index 6444879881451502a38ce4279a66fa8965581207..2838cfc4ae2a01893946188f1849186e148e2fce 100644 (file)
@@ -746,6 +746,7 @@ int __init board_boot_mode_init(char *s)
        strncpy(boot_mode, s, BOOT_MODE_MAX_LEN);
        boot_mode[BOOT_MODE_MAX_LEN] = '\0';
        printk(KERN_INFO "boot_mode=%s\n", boot_mode);
+       return 1;
 }
 __setup("androidboot.mode=", board_boot_mode_init);