msm: mdss: Silence non-critical DSI print log

Silence non-critical DSI pring log while disabling DSI
PLL 1.

Change-Id: Ia266af39ffcb106b194e32742615e9c43ad31d38
Signed-off-by: Siddhartha Agrawal <agrawals@codeaurora.org>
This commit is contained in:
Siddhartha Agrawal 2014-10-06 14:42:19 -07:00 committed by David Keitel
parent 7e7fa8a3ce
commit c9d96fc342

View file

@ -50,7 +50,7 @@ static void mdss_dsi_phy_sw_reset(struct mdss_dsi_ctrl_pdata *ctrl)
if (ctrl->ndx == DSI_CTRL_1) {
ctrl_rev = MIPI_INP(ctrl->ctrl_base);
if (ctrl_rev == MDSS_DSI_HW_REV_103) {
pr_err("Turn off PLL 1 registers\n");
pr_debug("Turn off PLL 1 registers\n");
clk_set_rate(ctrl->vco_clk, 1);
}
}