usb: dwc3: gadget: Clear started flag for non-IOC
authorThinh Nguyen <Thinh.Nguyen@synopsys.com>
Wed, 27 Nov 2019 21:10:47 +0000 (13:10 -0800)
committerFelipe Balbi <balbi@kernel.org>
Tue, 10 Dec 2019 12:52:41 +0000 (14:52 +0200)
commitd3abda5a98a18e524e17fd4085c9f4bd53e9ef53
tree41b2da4a83b9873a71f5671c8cbc0f1f3a74eed5
parent8c7d4b7b3d43c54c0b8c1e4adb917a151c754196
usb: dwc3: gadget: Clear started flag for non-IOC

Normally the END_TRANSFER command completion handler will clear the
DWC3_EP_TRANSFER_STARTED flag. However, if the command was sent without
interrupt on completion, then the flag will not be cleared. Make sure to
clear the flag in this case.

Cc: stable@vger.kernel.org
Signed-off-by: Thinh Nguyen <thinhn@synopsys.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
drivers/usb/dwc3/gadget.c