提交 f8033035 编写于 作者: D Dave Airlie

fb: change rules for global rules match.

Having a : should be enough 'fb:' isn't really useful
if the fb wants to a kms output ID.
Signed-off-by: NDave Airlie <airlied@redhat.com>
上级 513bcb46
...@@ -1789,7 +1789,7 @@ static int __init video_setup(char *options) ...@@ -1789,7 +1789,7 @@ static int __init video_setup(char *options)
global = 1; global = 1;
} }
if (!global && !strstr(options, "fb:")) { if (!global && !strchr(options, ':')) {
fb_mode_option = options; fb_mode_option = options;
global = 1; global = 1;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册