Loading drivers/usb/dwc3/gadget.c +6 −0 Original line number Diff line number Diff line Loading @@ -3345,6 +3345,12 @@ static void dwc3_gadget_interrupt(struct dwc3 *dwc, static void dwc3_process_event_entry(struct dwc3 *dwc, const union dwc3_event *event) { /* skip event processing in absence of vbus */ if (!dwc->vbus_active) { dbg_print_reg("SKIP EVT", event->raw); return; } /* Endpoint IRQ, handle it and return early */ if (event->type.is_devspec == 0) { /* depevt */ Loading Loading
drivers/usb/dwc3/gadget.c +6 −0 Original line number Diff line number Diff line Loading @@ -3345,6 +3345,12 @@ static void dwc3_gadget_interrupt(struct dwc3 *dwc, static void dwc3_process_event_entry(struct dwc3 *dwc, const union dwc3_event *event) { /* skip event processing in absence of vbus */ if (!dwc->vbus_active) { dbg_print_reg("SKIP EVT", event->raw); return; } /* Endpoint IRQ, handle it and return early */ if (event->type.is_devspec == 0) { /* depevt */ Loading