usb: dwc3: skip trbs if DWC3_EP_TRANSFER_STARTED is clear
If DWC3_EP_TRANSFER_STARTED is clear, it will do the giveback
without skip trbs. It will cause the trb index wrong
for next request. Therefore, add dwc3_gadget_ep_skip_trbs
here to avoid this problem.
Bug: 160373605
Signed-off-by:
raychi <raychi@google.com>
Change-Id: I0ae79667fb46d3a298f4f67c9f461141b2ad9e79
Loading
Please register or sign in to comment