Loading drivers/usb/dwc3/gadget.c +2 −1 Original line number Diff line number Diff line Loading @@ -1980,7 +1980,8 @@ static int dwc3_gadget_pullup(struct usb_gadget *g, int is_on) spin_unlock_irqrestore(&dwc->lock, flags); pm_runtime_put_noidle(dwc->dev); pm_runtime_mark_last_busy(dwc->dev); pm_runtime_put_autosuspend(dwc->dev); dbg_event(0xFF, "Pullup put", atomic_read(&dwc->dev->power.usage_count)); Loading Loading
drivers/usb/dwc3/gadget.c +2 −1 Original line number Diff line number Diff line Loading @@ -1980,7 +1980,8 @@ static int dwc3_gadget_pullup(struct usb_gadget *g, int is_on) spin_unlock_irqrestore(&dwc->lock, flags); pm_runtime_put_noidle(dwc->dev); pm_runtime_mark_last_busy(dwc->dev); pm_runtime_put_autosuspend(dwc->dev); dbg_event(0xFF, "Pullup put", atomic_read(&dwc->dev->power.usage_count)); Loading