Skip to content
Commit cf689230 authored by Felipe Balbi's avatar Felipe Balbi
Browse files

usb: dwc3: gadget: purge dwc3_stop_active_transfers()



That function is unnecessarily called from
dwc3_gadget_reset_interrupt(). Gadget drivers (and
thus, functions) are required to dequeue all pending
requests when they get notified about a USB Bus
Reset.

Trying to make sure there are no pending requests
only serves the purpose of working around possibly
bad gadgets.

Signed-off-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
parent c5ac6116
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment