git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3e75362
)
usb: dwc3: gadget: don't prevent gadget from being probed if we fail
author
Felipe Balbi
<balbi@ti.com>
Mon, 15 Jul 2013 09:36:35 +0000
(12:36 +0300)
committer
Ben Hutchings
<ben@decadent.org.uk>
Fri, 2 Aug 2013 20:14:55 +0000
(22:14 +0200)
commit
cdcedd6981194e511cc206887db661d016069d68
upstream.
In case we fail our ->udc_start() callback, we
should be ready to accept another modprobe following
the failed one.
We had forgotten to clear dwc->gadget_driver back
to NULL and, because of that, we were preventing
gadget driver modprobe from being retried.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/usb/dwc3/gadget.c
patch
|
blob
|
history
diff --cc
drivers/usb/dwc3/gadget.c
Simple merge