Loading drivers/usb/dwc3/gadget.c +1 −1 Original line number Diff line number Diff line Loading @@ -1957,7 +1957,7 @@ static int dwc3_gadget_vbus_session(struct usb_gadget *_gadget, int is_active) * Clearing run/stop bit might occur before disconnect event is seen. * Make sure to let gadget driver know in that case. */ if (!dwc->vbus_active && dwc->start_config_issued) { if (!dwc->vbus_active) { dev_dbg(dwc->dev, "calling disconnect from %s\n", __func__); dwc3_gadget_disconnect_interrupt(dwc); } Loading Loading
drivers/usb/dwc3/gadget.c +1 −1 Original line number Diff line number Diff line Loading @@ -1957,7 +1957,7 @@ static int dwc3_gadget_vbus_session(struct usb_gadget *_gadget, int is_active) * Clearing run/stop bit might occur before disconnect event is seen. * Make sure to let gadget driver know in that case. */ if (!dwc->vbus_active && dwc->start_config_issued) { if (!dwc->vbus_active) { dev_dbg(dwc->dev, "calling disconnect from %s\n", __func__); dwc3_gadget_disconnect_interrupt(dwc); } Loading