Commit dbc8e0f
dma-trace.c: fix unsupported mtrace_printf("%s", ...) string specifier
The dictionary does not support character strings.
Fixes commit c11562b ("dma-trace: Align DMA buffer correctly to fix
dma tracing issues")
Take the opportunity to log the d pointer (which _is_ supported).
Fixes the following error message:
TIMESTAMP (us) DELTA C# COMPONENT LOCATION CONTENT
error: String printing is not supported
[ 2.604167] ( 0.000000) c0 dma-trace src/trace/dma-trace.c:266 ERROR <String @ 0xbe035e60> failed: no DMAC
Signed-off-by: Marc Herbert <marc.herbert@intel.com>1 parent 9fb7a60 commit dbc8e0f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
| 264 | + | |
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| |||
0 commit comments