commit | 89185916d2295f7c4bc3a05adae25380b3e08e58 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Tue Sep 15 09:49:14 2015 -0500 |
committer | Felipe Balbi <balbi@ti.com> | Sun Sep 27 10:54:31 2015 -0500 |
tree | 884e36b27df922fe30d3d035754322f2e7dbb70f | |
parent | 1d6a39186b37b6f5097f9cdee8fcbfc24d231428 [diff] |
usb: dwc3: gadget: clear DWC3_PENDING_REQUEST when request is queued Instead of clearing DWC3_PENDING_REQUEST when we start transfer, let's do it when the request is actually queued, that way we know for sure that we're clearing in the right time. Signed-off-by: Felipe Balbi <balbi@ti.com>