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

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

Merge "msm: mdss: dp: correctly ref count the pll resources"

parents 08a4cbeb 355786d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -836,8 +836,8 @@ enum handoff dp_vco_handoff(struct clk *c)
		io->handoff_resources = true;
		ret = HANDOFF_ENABLED_CLK;
	} else {
		io->handoff_resources = false;
		mdss_pll_resource_enable(io, false);
		ret = HANDOFF_DISABLED_CLK;
		DEV_DBG("%s: PLL not locked\n", __func__);
	}