You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user