commit | 5ee85d890f8de5c6f1ab22ba13734a63fdf3ff2d | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Fri May 13 12:42:44 2016 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Jun 20 12:30:06 2016 +0300 |
tree | 89e5edca8ce38ef5969515f6cf314f167e786643 | |
parent | 6b74289937f624439c87135cfabb3deb2955fb53 [diff] |
usb: dwc3: gadget: split __dwc3_gadget_kick_transfer() To aid code readability, we're gonna split __dwc3_gadget_kick_transfer() into its constituent parts: scatter gather and linear buffers. That way, it's easier to follow the code and focus debug effort when one or the other fails. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>