commit | c00dd4a6ec20a58ed38be85f8e47efda40625f17 | [log] [tgz] |
---|---|---|
author | Gregory Herrero <gregory.herrero@intel.com> | Fri Jan 30 09:09:27 2015 +0100 |
committer | Felipe Balbi <balbi@ti.com> | Fri Jan 30 10:30:29 2015 -0600 |
tree | d387b6bc306e1f96b364e016b3c494c55353ce48 | |
parent | b46146d59fdac6a6f559d5e6618f128abf0c2912 [diff] |
usb: dwc2: gadget: fix clear halt feature handling When clearing HALT on an endpoint, req->complete of in progress requests must be called with locks off. New request should only be started if there is not already a pending request on the endpoint. Tested-by: Robert Baldyga <r.baldyga@samsung.com> Acked-by: John Youn <johnyoun@synopsys.com> Signed-off-by: Gregory Herrero <gregory.herrero@intel.com> Signed-off-by: Felipe Balbi <balbi@ti.com>