aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/fbmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbmem.c b/drivers/video/fbmem.c
index a85c818be945..750c71f141f4 100644
--- a/drivers/video/fbmem.c
+++ b/drivers/video/fbmem.c
@@ -1789,7 +1789,7 @@ static int __init video_setup(char *options)
1789 global = 1; 1789 global = 1;
1790 } 1790 }
1791 1791
1792 if (!global && !strstr(options, "fb:")) { 1792 if (!global && !strchr(options, ':')) {
1793 fb_mode_option = options; 1793 fb_mode_option = options;
1794 global = 1; 1794 global = 1;
1795 } 1795 }