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

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

Merge "clk: msm: mdss: Change PLL/PHY status messages to debug level"

parents 2eea2932 f1b069f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1882,7 +1882,7 @@ static int hdmi_8996_phy_ready_status(struct mdss_pll_resources *io)

	if (read_count == HDMI_PLL_POLL_MAX_READS) {
		phy_ready = 0;
		DEV_ERR("%s: PHY READY TIMEOUT\n", __func__);
		DEV_DBG("%s: PHY READY TIMEOUT\n", __func__);
	}

	mdss_pll_resource_enable(io, false);
@@ -1919,7 +1919,7 @@ static int hdmi_8996_pll_lock_status(struct mdss_pll_resources *io)

	if (read_count == HDMI_PLL_POLL_MAX_READS) {
		pll_locked = 0;
		DEV_ERR("%s: C READY TIMEOUT\n", __func__);
		DEV_DBG("%s: C READY TIMEOUT\n", __func__);
	}

	mdss_pll_resource_enable(io, false);