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

Commit b87496b1 authored by Ritesh Kumar's avatar Ritesh Kumar Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: mdss: Improve logging for 10nm dsi pll



Avoid warning of slave pll unavailable for chipsets
not having slave pll.

Change-Id: Id32af235f2fbefa4869b5c8236436e8e6ed84d60
Signed-off-by: default avatarRitesh Kumar <riteshk@codeaurora.org>
parent 0170de9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -410,7 +410,7 @@ static void dsi_pll_config_slave(struct mdss_pll_resources *rsc)
	rsc->slave = NULL;

	if (!orsc) {
		pr_warn("slave PLL unavilable, assuming standalone config\n");
		pr_debug("slave PLL unavilable, assuming standalone config\n");
		return;
	}