We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc27f66 commit aad7c25Copy full SHA for aad7c25
drivers/usb/dwc3/trace.h
@@ -173,7 +173,7 @@ DECLARE_EVENT_CLASS(dwc3_log_generic_cmd,
173
__entry->param = param;
174
__entry->status = status;
175
),
176
- TP_printk("cmd '%s' [%d] param %08x --> status: %s",
+ TP_printk("cmd '%s' [%x] param %08x --> status: %s",
177
dwc3_gadget_generic_cmd_string(__entry->cmd),
178
__entry->cmd, __entry->param,
179
dwc3_gadget_generic_cmd_status_string(__entry->status)
0 commit comments