Merge "msm: mdss: dp: correctly ref count the pll resources"

This commit is contained in:
Linux Build Service Account 2016-12-09 19:59:42 -08:00 committed by Gerrit - the friendly Code Review server
commit b922308190

View file

@ -836,8 +836,8 @@ enum handoff dp_vco_handoff(struct clk *c)
io->handoff_resources = true;
ret = HANDOFF_ENABLED_CLK;
} else {
io->handoff_resources = false;
mdss_pll_resource_enable(io, false);
ret = HANDOFF_DISABLED_CLK;
DEV_DBG("%s: PLL not locked\n", __func__);
}