usb: dwc3: gadget: don't interrupt when chained
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Wed, 6 Apr 2016 07:01:14 +0000 (10:01 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Tue, 19 Apr 2016 08:11:52 +0000 (11:11 +0300)
commit8e7046b71daeb6dfbf8c6eaa164e55d4e1dcb5c8
tree39fe5612b6f26495661f37c7f841576d450da105
parent052ba52efa1717651d303a9b88f2e8cbb91702c6
usb: dwc3: gadget: don't interrupt when chained

It makes no sense to interrupt in the middle of
chained transfer. This patch just makes sure we
don't do that.

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