diff options
Diffstat (limited to 'drivers/video/fbmem.c')
-rw-r--r-- | drivers/video/fbmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbmem.c b/drivers/video/fbmem.c index a1f2e7ce730b..99bbd282ce63 100644 --- a/drivers/video/fbmem.c +++ b/drivers/video/fbmem.c | |||
@@ -1800,7 +1800,7 @@ static int __init video_setup(char *options) | |||
1800 | global = 1; | 1800 | global = 1; |
1801 | } | 1801 | } |
1802 | 1802 | ||
1803 | if (!global && !strstr(options, "fb:")) { | 1803 | if (!global && !strchr(options, ':')) { |
1804 | fb_mode_option = options; | 1804 | fb_mode_option = options; |
1805 | global = 1; | 1805 | global = 1; |
1806 | } | 1806 | } |