commit | cf68923055cbb3a2d6a819a7197e4f69bf68cc44 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Fri Oct 14 13:46:50 2016 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Thu Nov 03 10:38:35 2016 +0200 |
tree | 4da0a9c3d04c70ac2181491c783f1e2a18a03c63 | |
parent | c5ac6116db35db0d750216b3ac5e1db1e2bd59c2 [diff] |
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: Felipe Balbi <felipe.balbi@linux.intel.com>