Loading drivers/video/fbmem.c +1 −1 Original line number Diff line number Diff line Loading @@ -1789,7 +1789,7 @@ static int __init video_setup(char *options) global = 1; } if (!global && !strstr(options, "fb:")) { if (!global && !strchr(options, ':')) { fb_mode_option = options; global = 1; } Loading Loading
drivers/video/fbmem.c +1 −1 Original line number Diff line number Diff line Loading @@ -1789,7 +1789,7 @@ static int __init video_setup(char *options) global = 1; } if (!global && !strstr(options, "fb:")) { if (!global && !strchr(options, ':')) { fb_mode_option = options; global = 1; } Loading