ipc: handler: Message trace data is hex not decimal.

Make sure we see hex message in the log.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2020-05-03 10:10:08 +01:00 committed by Daniel Baluta
parent 7e689527e8
commit cbce6fef38
1 changed files with 1 additions and 1 deletions

View File

@ -1306,7 +1306,7 @@ void ipc_cmd(struct sof_ipc_cmd_hdr *hdr)
platform_shared_commit(hdr, hdr->size);
out:
tr_dbg(&ipc_tr, "ipc: last request %d returned %d", type, ret);
tr_dbg(&ipc_tr, "ipc: last request 0x%x returned %d", type, ret);
/* if ret > 0, reply created and copied by cmd() */
if (ret <= 0) {