Loading drivers/usb/dwc3/gadget.c +0 −2 Original line number Diff line number Diff line Loading @@ -2189,10 +2189,8 @@ static int dwc3_gadget_pullup(struct usb_gadget *g, int is_on) msecs_to_jiffies(DWC3_PULL_UP_TIMEOUT)); if (ret == 0) { dev_err(dwc->dev, "timed out waiting for SETUP phase\n"); pm_runtime_put_autosuspend(dwc->dev); dbg_event(0xFF, "Pullup timeout put", atomic_read(&dwc->dev->power.usage_count)); return -ETIMEDOUT; } } Loading Loading
drivers/usb/dwc3/gadget.c +0 −2 Original line number Diff line number Diff line Loading @@ -2189,10 +2189,8 @@ static int dwc3_gadget_pullup(struct usb_gadget *g, int is_on) msecs_to_jiffies(DWC3_PULL_UP_TIMEOUT)); if (ret == 0) { dev_err(dwc->dev, "timed out waiting for SETUP phase\n"); pm_runtime_put_autosuspend(dwc->dev); dbg_event(0xFF, "Pullup timeout put", atomic_read(&dwc->dev->power.usage_count)); return -ETIMEDOUT; } } Loading