commit | 7746a8dfb3f9c91b3a0b63a1d5c2664410e6498d | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Wed Aug 01 13:42:29 2018 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Nov 26 09:08:29 2018 +0200 |
tree | 34c6c235f84713a37acc65b216b490288deaf76f | |
parent | c3acd59014148470dc58519870fbc779785b4bf7 [diff] |
usb: dwc3: gadget: extract dwc3_gadget_ep_skip_trbs() Extract the logic for skipping over TRBs to its own function. This makes the code slightly more readable and makes it easier to move this call to its final resting place as a following patch. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>