Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166524
b: refs/heads/master
c: f803303
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Sep 25, 2009
1 parent b954625 commit 3b3ef8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 513bcb4655e68706594e45dfa1d4b181500110ba
refs/heads/master: f80330357284c908e1f67cc8b4d8e56a3e2f6fc6
2 changes: 1 addition & 1 deletion trunk/drivers/video/fbmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 3b3ef8a

Please sign in to comment.