projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
397bb3c
)
OMAP: DSS2: DSI: print debug DCS cmd in hex
author
Tomi Valkeinen
<tomi.valkeinen@nokia.com>
Thu, 3 Dec 2009 11:38:04 +0000
(13:38 +0200)
committer
Tomi Valkeinen
<tomi.valkeinen@nokia.com>
Fri, 8 Jan 2010 13:32:18 +0000
(15:32 +0200)
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
drivers/video/omap2/dss/dsi.c
patch
|
blob
|
history
diff --git
a/drivers/video/omap2/dss/dsi.c
b/drivers/video/omap2/dss/dsi.c
index 341c6bb2650b554093eb2596ef8397c65986a5db..e65056317a288de83c47364d93ff4b83477d3ab3 100644
(file)
--- 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)