]> git.baikalelectronics.ru Git - kernel.git/commit
usb: dwc3: gadget: move debugging print around
authorFelipe Balbi <balbi@ti.com>
Fri, 12 Jul 2013 16:09:39 +0000 (19:09 +0300)
committerFelipe Balbi <balbi@ti.com>
Mon, 29 Jul 2013 10:56:54 +0000 (13:56 +0300)
commit2a33ff4f39e9d2f5eec203275c71eefd1a758bbb
tree7c3505f944329f03f38964cdd0a899dd41d03e83
parentb949a2274edac97d334f3e8b91ad6b4726d31446
usb: dwc3: gadget: move debugging print around

by moving that dev_vdbg() to the internal
__dwc3_gadget_ep_enable() we get the print
even when enable ep0, which calls the internal
function directly.

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