Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 602e61d5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "dwc3-msm: Use pm_runtime_put_sync_suspend()"

parents f3900e66 ce7ff8b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;