From: Tomi Valkeinen Date: Thu, 3 Dec 2009 11:38:04 +0000 (+0200) Subject: OMAP: DSS2: DSI: print debug DCS cmd in hex X-Git-Tag: v2.6.33-rc4~3^2~13 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=ff90a3488d98a63bf24bff37f77a9a37b00e7a54;p=~emulex%2Finfiniband.git OMAP: DSS2: DSI: print debug DCS cmd in hex Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/omap2/dss/dsi.c b/drivers/video/omap2/dss/dsi.c index 341c6bb2650..e65056317a2 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)