projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
513bcb4
)
fb: change rules for global rules match.
author
Dave Airlie
<airlied@linux.ie>
Wed, 16 Sep 2009 10:45:09 +0000
(20:45 +1000)
committer
Dave Airlie
<airlied@linux.ie>
Fri, 25 Sep 2009 03:08:19 +0000
(13:08 +1000)
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>
drivers/video/fbmem.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/video/fbmem.c
b/drivers/video/fbmem.c
index a85c818be9453ecbdf11310b8a77f41435652000..750c71f141f4d4298c59926c4b4330689f9dfb64 100644
(file)
--- a/
drivers/video/fbmem.c
+++ b/
drivers/video/fbmem.c
@@
-1789,7
+1789,7
@@
static int __init video_setup(char *options)
global = 1;
}
- if (!global && !str
str(options, "fb:"
)) {
+ if (!global && !str
chr(options, ':'
)) {
fb_mode_option = options;
global = 1;
}