Loading drivers/usb/dwc3/gadget.c +1 −4 Original line number Diff line number Diff line Loading @@ -889,12 +889,9 @@ static void dwc3_stop_active_transfers(struct dwc3 *dwc) if (!(dep->flags & DWC3_EP_ENABLED)) continue; if (dep->endpoint.ep_type == EP_TYPE_GSI && dep->direction) dwc3_notify_event(dwc, DWC3_CONTROLLER_NOTIFY_CLEAR_DB, 0); dwc3_remove_requests(dwc, dep); } dwc3_notify_event(dwc, DWC3_CONTROLLER_NOTIFY_CLEAR_DB, 0); dbg_log_string("DONE"); } Loading Loading
drivers/usb/dwc3/gadget.c +1 −4 Original line number Diff line number Diff line Loading @@ -889,12 +889,9 @@ static void dwc3_stop_active_transfers(struct dwc3 *dwc) if (!(dep->flags & DWC3_EP_ENABLED)) continue; if (dep->endpoint.ep_type == EP_TYPE_GSI && dep->direction) dwc3_notify_event(dwc, DWC3_CONTROLLER_NOTIFY_CLEAR_DB, 0); dwc3_remove_requests(dwc, dep); } dwc3_notify_event(dwc, DWC3_CONTROLLER_NOTIFY_CLEAR_DB, 0); dbg_log_string("DONE"); } Loading