提交 9daee73c 编写于 作者: M Martin Decky 提交者: Bernie Thompson

udlfb: Improve debugging printouts with refresh rate

It is not very helpful to print a list of the same resolutions
without the refresh rate.
Signed-off-by: NBernie Thompson <bernie@plugable.com>
上级 702686ad
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册