Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94168
b: refs/heads/master
c: 5e72b32
h: refs/heads/master
v: v3
  • Loading branch information
Michal Januszewski authored and Linus Torvalds committed Apr 28, 2008
1 parent d4b8382 commit 2a64385
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: e0745ae7210c14e611a1fab2af820a4c2e447de5
refs/heads/master: 5e72b32d86841e4a4a3045d8e35a39eb53ce7ce2
2 changes: 1 addition & 1 deletion trunk/drivers/video/uvesafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ static int __devinit uvesafb_vbe_init_mode(struct fb_info *info)
}

/* fb_find_mode() failed */
if (i == 0 || i >= 3) {
if (i == 0) {
info->var.xres = 640;
info->var.yres = 480;
mode = (struct fb_videomode *)
Expand Down

0 comments on commit 2a64385

Please sign in to comment.