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

Commit 4b823cfd authored by osaisruj's avatar osaisruj Committed by Gerrit - the friendly Code Review server
Browse files

disp: msm: dsi: change pr_warn to pr_debug



Change pr_warn to pr_debug to avoid extra logging.

Change-Id: I4baf22083005641c77c2ca5a48157d1238b091a2
Signed-off-by: default avatarosaisruj <osaisruj@codeaurora.org>
parent 9122159c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -492,7 +492,7 @@ static void dsi_pll_config_slave(struct dsi_pll_resource *rsc)
	rsc->slave = NULL;

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