diff options
-rw-r--r-- | drivers/video/udlfb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/udlfb.c b/drivers/video/udlfb.c index a40c05ebbdc2..04aea205f021 100644 --- a/drivers/video/udlfb.c +++ b/drivers/video/udlfb.c @@ -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; } |