a %x is much easier for a human to parse when reading tracepoint
output. Let's change it.

Signed-off-by: Felipe Balbi <felipe.ba...@linux.intel.com>
---

tested with Intel Edison (DWC3) and "g_ether use_eem=1"

 drivers/usb/dwc3/trace.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/dwc3/trace.h b/drivers/usb/dwc3/trace.h
index 69671e4589b9..fd5fc91fa9a0 100644
--- a/drivers/usb/dwc3/trace.h
+++ b/drivers/usb/dwc3/trace.h
@@ -173,7 +173,7 @@ DECLARE_EVENT_CLASS(dwc3_log_generic_cmd,
                __entry->param = param;
                __entry->status = status;
        ),
-       TP_printk("cmd '%s' [%d] param %08x --> status: %s",
+       TP_printk("cmd '%s' [%x] param %08x --> status: %s",
                dwc3_gadget_generic_cmd_string(__entry->cmd),
                __entry->cmd, __entry->param,
                dwc3_gadget_generic_cmd_status_string(__entry->status)
-- 
2.11.0.295.gd7dffce1ce

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to