summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-06-15 22:18:50 +0100
committerAndy Green <andy.green@linaro.org>2011-06-15 22:18:50 +0100
commite7483dc3ca2bd21c9e895748a35a0e1db44fc911 (patch)
tree869c535cdc9353494fa275ee07312578d1a9c9b7
parent792246fa80fb4f3f4e2bd2be71224671de70792c (diff)
extra dss debug
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--drivers/video/omap2/dss/display.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/display.c b/drivers/video/omap2/dss/display.c
index c909d3a8bb3..47950e761d0 100644
--- a/drivers/video/omap2/dss/display.c
+++ b/drivers/video/omap2/dss/display.c
@@ -437,6 +437,7 @@ void dss_init_device(struct platform_device *pdev,
#endif
#ifdef CONFIG_OMAP2_DSS_SDI
case OMAP_DISPLAY_TYPE_SDI:
+ pr_err("dss_init_device: OMAP_DISPLAY_TYPE_SDI:\n");
r = sdi_init_display(dssdev);
break;
#endif
@@ -455,7 +456,7 @@ void dss_init_device(struct platform_device *pdev,
}
if (r) {
- DSSERR("failed to init display %s\n", dssdev->name);
+ pr_err("failed to init display %s\n", dssdev->name);
return;
}