]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: dwc3: gadget: XferNotReady is Isoc-only
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 26 Mar 2018 10:26:00 +0000 (13:26 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 21 May 2018 07:00:48 +0000 (10:00 +0300)
commit38408464aa7646e4d7b345a70951f968af35af0a
tree3a5425fb6a0c0b999856a60e27274d508f9a7f7d
parent52fcc0bead0fd5e56dc07f17010e5d6da2306ddf
usb: dwc3: gadget: XferNotReady is Isoc-only

We don't use XferNotReady for anything other than Default Control
Pipe, which is handled in ep0.c, and Isochronous endpoints. Let's make
that clear in the code.

Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/gadget.c