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

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

Merge "clk: qcom: mdss: fix issue with gdsc vote" into dev/msm-4.14-display

parents dfae7053 e716ba7e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1182,9 +1182,8 @@ static unsigned long vco_7nm_recalc_rate(struct clk_hw *hw,
	pr_debug("dec=0x%x, frac=0x%x, outdiv=%d, vco=%llu\n",
		 dec, frac, outdiv, vco_rate);

	(void)mdss_pll_resource_enable(pll, false);

end:
	(void)mdss_pll_resource_enable(pll, false);
	return (unsigned long)vco_rate;
}