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

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

Merge "usb: phy: Disable USB VDD regulator with cable disconnect case"

parents 33033b73 a1224e8e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -254,6 +254,7 @@ static int msm_hsphy_enable_power(struct msm_hsphy *phy, bool on)
		dev_err(phy->phy.dev, "Unable to set LPM of vdda18\n");

disable_vdd:
	ret = regulator_disable(phy->vdd);
	if (ret)
		dev_err(phy->phy.dev, "Unable to disable vdd:%d\n",
								ret);