Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294208
b: refs/heads/master
c: 9daee73
h: refs/heads/master
v: v3
  • Loading branch information
Martin Decky authored and Bernie Thompson committed Mar 2, 2012
1 parent fa37e12 commit 1f755b4
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 702686ad72b8c215ec197bdbbae3141a96f0dd01
refs/heads/master: 9daee73c81d21f9f07f236f106da5d93c40f7a92
3 changes: 2 additions & 1 deletion trunk/drivers/video/udlfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,8 @@ static int dlfb_is_valid_mode(struct fb_videomode *mode,
return 0;
}

pr_info("%dx%d valid mode\n", mode->xres, mode->yres);
pr_info("%dx%d @ %d Hz valid mode\n", mode->xres, mode->yres,
mode->refresh);

return 1;
}
Expand Down

0 comments on commit 1f755b4

Please sign in to comment.