Loading drivers/usb/dwc3/gadget.c +2 −1 Original line number Diff line number Diff line Loading @@ -3064,7 +3064,8 @@ static int dwc3_gadget_ep_reclaim_completed_trb(struct dwc3_ep *dep, if (req->needs_extra_trb && !(trb->ctrl & DWC3_TRB_CTRL_CHN)) { trb->ctrl &= ~DWC3_TRB_CTRL_HWO; return 1; return (((event->status & DEPEVT_STATUS_IOC) && (trb->ctrl & DWC3_TRB_CTRL_IOC)) ? 1 : 0); } count = trb->size & DWC3_TRB_SIZE_MASK; Loading Loading
drivers/usb/dwc3/gadget.c +2 −1 Original line number Diff line number Diff line Loading @@ -3064,7 +3064,8 @@ static int dwc3_gadget_ep_reclaim_completed_trb(struct dwc3_ep *dep, if (req->needs_extra_trb && !(trb->ctrl & DWC3_TRB_CTRL_CHN)) { trb->ctrl &= ~DWC3_TRB_CTRL_HWO; return 1; return (((event->status & DEPEVT_STATUS_IOC) && (trb->ctrl & DWC3_TRB_CTRL_IOC)) ? 1 : 0); } count = trb->size & DWC3_TRB_SIZE_MASK; Loading