summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2014-04-25 14:10:02 -0500
committerFelipe Balbi <balbi@ti.com>2014-04-25 14:10:02 -0500
commit40cc57c71b27998c558d4ea23556cad2baef8a56 (patch)
treed7fffd52e30b596a09f8ccf7a0e8750e4f34c94c /drivers/usb/dwc3
parentbd8ce544ec35ff362489a7e3c059cf496c06c68e (diff)
downloadop-kernel-dev-40cc57c71b27998c558d4ea23556cad2baef8a56.zip
op-kernel-dev-40cc57c71b27998c558d4ea23556cad2baef8a56.tar.gz
usb: dwc3: gadget: print both cmd string and number
That way it's easy for humans looking at dmesg and humans(?) looking at Databooks. Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc3')
-rw-r--r--drivers/usb/dwc3/gadget.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/dwc3/gadget.c b/drivers/usb/dwc3/gadget.c
index f0dc0ee..f5adf3f 100644
--- a/drivers/usb/dwc3/gadget.c
+++ b/drivers/usb/dwc3/gadget.c
@@ -336,9 +336,9 @@ int dwc3_send_gadget_ep_cmd(struct dwc3 *dwc, unsigned ep,
u32 timeout = 500;
u32 reg;
- dev_vdbg(dwc->dev, "%s: cmd '%s' params %08x %08x %08x\n",
+ dev_vdbg(dwc->dev, "%s: cmd '%s' [%d] params %08x %08x %08x\n",
dep->name,
- dwc3_gadget_ep_cmd_string(cmd), params->param0,
+ dwc3_gadget_ep_cmd_string(cmd), cmd, params->param0,
params->param1, params->param2);
dwc3_writel(dwc->regs, DWC3_DEPCMDPAR0(ep), params->param0);
OpenPOWER on IntegriCloud