commit | dca0119c3ab69fea2429ec2db7e3686614bd1439 | [log] [tgz] |
---|---|---|
author | John Youn <johnyoun@synopsys.com> | Thu May 19 17:26:05 2016 -0700 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Jun 20 12:32:43 2016 +0300 |
tree | 7608650796fc11fa79c3d796bd458585ad182187 | |
parent | 96bedb637a1e1ad8e7ed781fa020550aae2a8f16 [diff] |
usb: dwc3: gadget: Simplify skipping of link TRBs Make the skipping of the link TRBS built-in to the increment operation. This simplifies the code wherever we increment the trb index and ensures that we never end up pointing to a link trb. Signed-off-by: John Youn <johnyoun@synopsys.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>