commit | 95aa4e8d658778f787e2ce205d3018443d027477 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Wed Sep 24 10:50:14 2014 -0500 |
committer | Felipe Balbi <balbi@ti.com> | Mon Oct 20 15:58:48 2014 -0500 |
tree | ce5b16094ff79a56f449ddef52ed4959011e5064 | |
parent | 5ad02fb813a9d8f39af1ccb1f2166cc80fd76f09 [diff] |
usb: dwc3: gadget: hold the lock through set_wedge()'s life Instead of releasing the lock and calling locked versions of our set_halt() methods, let's hold the lock all the way through and call unlocked versions of those functions. Signed-off-by: Felipe Balbi <balbi@ti.com>