Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8033035 authored by Dave Airlie's avatar Dave Airlie
Browse files

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: default avatarDave Airlie <airlied@redhat.com>
parent 513bcb46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
 	}