Loading drivers/usb/dwc3/gadget.c +5 −0 Original line number Diff line number Diff line Loading @@ -2423,6 +2423,11 @@ static int dwc3_cleanup_done_reqs(struct dwc3 *dwc, struct dwc3_ep *dep, dep->name, event->status); return 1; } /* Make sure that not to queue any TRB if HWO bit is set. */ if (req->trb->ctrl & DWC3_TRB_CTRL_HWO) return 0; i = 0; do { slot = req->start_slot + i; Loading Loading
drivers/usb/dwc3/gadget.c +5 −0 Original line number Diff line number Diff line Loading @@ -2423,6 +2423,11 @@ static int dwc3_cleanup_done_reqs(struct dwc3 *dwc, struct dwc3_ep *dep, dep->name, event->status); return 1; } /* Make sure that not to queue any TRB if HWO bit is set. */ if (req->trb->ctrl & DWC3_TRB_CTRL_HWO) return 0; i = 0; do { slot = req->start_slot + i; Loading