提交 c5f18d7b 编写于 作者: A Andy Doan 提交者: Tomi Valkeinen

OMAPFB: make debug message more useful

Make the debug message useful by printing the name of the device
that no associated driver could be found for.
Signed-off-by: NAndy Doan <andy.doan@linaro.org>
Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
上级 13eae1f9
......@@ -2373,7 +2373,8 @@ static int omapfb_probe(struct platform_device *pdev)
omap_dss_get_device(dssdev);
if (!dssdev->driver) {
dev_err(&pdev->dev, "no driver for display\n");
dev_err(&pdev->dev, "no driver for display: %s\n",
dssdev->name);
r = -ENODEV;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册