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

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

Merge "usb: dwc3: otg: Prevent negative runtime PM count in host mode"

parents 36727d56 48263195
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -907,7 +907,7 @@ static void dwc3_otg_sm_work(struct work_struct *w)
		} else {
			dev_dbg(phy->dev, "still in a_host state. Resuming root hub.\n");
			pm_runtime_resume(&dotg->dwc->xhci->dev);
			pm_runtime_put(phy->dev);
			pm_runtime_put_noidle(phy->dev);
		}
		break;