Loading drivers/usb/dwc3/dwc3-msm.c +1 −1 Original line number Diff line number Diff line Loading @@ -4070,7 +4070,7 @@ static void dwc3_otg_sm_work(struct work_struct *w) * which was incremented upon cable connect in * OTG_STATE_B_IDLE state */ pm_runtime_put_sync(mdwc->dev); pm_runtime_put_sync_suspend(mdwc->dev); dbg_event(0xFF, "!BSV psync", atomic_read(&mdwc->dev->power.usage_count)); work = 1; Loading Loading
drivers/usb/dwc3/dwc3-msm.c +1 −1 Original line number Diff line number Diff line Loading @@ -4070,7 +4070,7 @@ static void dwc3_otg_sm_work(struct work_struct *w) * which was incremented upon cable connect in * OTG_STATE_B_IDLE state */ pm_runtime_put_sync(mdwc->dev); pm_runtime_put_sync_suspend(mdwc->dev); dbg_event(0xFF, "!BSV psync", atomic_read(&mdwc->dev->power.usage_count)); work = 1; Loading