summaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@nokia.com>2009-12-03 13:38:04 +0200
committerTomi Valkeinen <tomi.valkeinen@nokia.com>2010-01-08 15:32:18 +0200
commitff90a3488d98a63bf24bff37f77a9a37b00e7a54 (patch)
tree20904eedb4f3b6dd6dd75e734ed8b0e80cbb8959 /drivers/video
parent397bb3c2e0810d56518e5e111fcedb593823514f (diff)
downloadop-kernel-dev-ff90a3488d98a63bf24bff37f77a9a37b00e7a54.zip
op-kernel-dev-ff90a3488d98a63bf24bff37f77a9a37b00e7a54.tar.gz
OMAP: DSS2: DSI: print debug DCS cmd in hex
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/omap2/dss/dsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/dsi.c b/drivers/video/omap2/dss/dsi.c
index 341c6bb..e650563 100644
--- a/drivers/video/omap2/dss/dsi.c
+++ b/drivers/video/omap2/dss/dsi.c
@@ -2058,7 +2058,7 @@ int dsi_vc_dcs_read(int channel, u8 dcs_cmd, u8 *buf, int buflen)
int r;
if (dsi.debug_read)
- DSSDBG("dsi_vc_dcs_read(ch%d, dcs_cmd %u)\n", channel, dcs_cmd);
+ DSSDBG("dsi_vc_dcs_read(ch%d, dcs_cmd %x)\n", channel, dcs_cmd);
r = dsi_vc_send_short(channel, DSI_DT_DCS_READ, dcs_cmd, 0);
if (r)
OpenPOWER on IntegriCloud