]> Pileus Git - ~andy/linux/commitdiff
usb: dwc3: gadget: add a debugging print when initializing endpoints
authorFelipe Balbi <balbi@ti.com>
Fri, 12 Jul 2013 16:11:57 +0000 (19:11 +0300)
committerFelipe Balbi <balbi@ti.com>
Mon, 29 Jul 2013 10:56:56 +0000 (13:56 +0300)
that way we get debugging information when
enabling verbose debug of the driver.

It will be no-op otherwise.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/gadget.c

index f5efa03972bc2722a0744dcf567bc3e94c94fb01..3850ff0b853e1b483f5e227b97b54cdb9f995071 100644 (file)
@@ -1650,6 +1650,8 @@ static int dwc3_gadget_init_hw_endpoints(struct dwc3 *dwc,
 
                dep->endpoint.name = dep->name;
 
+               dev_vdbg(dwc->dev, "initializing %s\n", dep->name);
+
                if (epnum == 0 || epnum == 1) {
                        dep->endpoint.maxpacket = 512;
                        dep->endpoint.maxburst = 1;