Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff90a348 authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

OMAP: DSS2: DSI: print debug DCS cmd in hex

parent 397bb3c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2058,7 +2058,7 @@ int dsi_vc_dcs_read(int channel, u8 dcs_cmd, u8 *buf, int buflen)
	int r;
	int r;


	if (dsi.debug_read)
	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);
	r = dsi_vc_send_short(channel, DSI_DT_DCS_READ, dcs_cmd, 0);
	if (r)
	if (r)