commit | 4fae2e3e15157ac312b91234389e79f7a76667b3 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Thu May 12 16:53:59 2016 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Jun 20 12:30:05 2016 +0300 |
tree | 716c8a9320c097112513802a9eba0d9d3694c217 | |
parent | c4233573f6ee611033faa9116fc7003775a450b9 [diff] |
usb: dwc3: gadget: simplify __dwc3_gadget_kick_transfer() as it turns out, we don't need the extra 'start_new' argument as that can be inferred from DWC3_EP_BUSY flag. Because of that, we can simplify __dwc3_gadget_kick_transfer() by quite a bit, even allowing us to prepare more TRBs unconditionally. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>