Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71097
b: refs/heads/master
c: c40eea9
h: refs/heads/master
i:
  71095: f4695c7
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed Oct 18, 2007
1 parent 335603e commit 6a80bad
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 75e8b71d559632dd70c9799ea8b5c133a2ddcea9
refs/heads/master: c40eea98cd723ac8942ed2db39c30182c0c928c7
4 changes: 3 additions & 1 deletion trunk/drivers/video/modedb.c
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,9 @@ int fb_find_mode(struct fb_var_screeninfo *var,
default_bpp = 8;

/* Did the user specify a video mode? */
if (mode_option || (mode_option = fb_mode_option)) {
if (!mode_option)
mode_option = fb_mode_option;
if (mode_option) {
const char *name = mode_option;
unsigned int namelen = strlen(name);
int res_specified = 0, bpp_specified = 0, refresh_specified = 0;
Expand Down

0 comments on commit 6a80bad

Please sign in to comment.