commit | 25abad6a0584c3c08e2859738d23cbc53597179d | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue Aug 14 10:41:19 2018 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Nov 26 09:13:54 2018 +0200 |
tree | fa56bd235d003a74fad04e61837906c9ad2b89e1 | |
parent | fec9095bdef4e7c988adb603d0d4f92ee735d4a1 [diff] |
usb: dwc3: gadget: return errors from __dwc3_gadget_start_isoc() Sometimes, errors happen when kicking transfers from __dwc3_gadget_start_isoc(). In those cases, we need to pass along the error so gadget driver can make informed decisions. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>