usb: dwc2: gadget: free TX FIFO after killing requests
authorRobert Baldyga <r.baldyga@samsung.com>
Mon, 29 Aug 2016 20:39:00 +0000 (13:39 -0700)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Wed, 31 Aug 2016 07:06:06 +0000 (10:06 +0300)
commit1c07b20eaa0e001b3f7811cb3e1dafc4f00648c3
treeec8fb860ebc8cff088d0773431db1799b1af95ff
parent21f3bb52986c5f0ab74d350486de38fafff6ddef
usb: dwc2: gadget: free TX FIFO after killing requests

As kill_all_requests() potentially flushes TX FIFO, we should should
free FIFO after calling it. Otherwise FIFO could stay unflushed properly.

Signed-off-by: Robert Baldyga <r.baldyga@samsung.com>
Signed-off-by: John Youn <johnyoun@synopsys.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc2/gadget.c
This page took 0.047386 seconds and 5 git commands to generate.