Skip to content
Snippets Groups Projects
Commit 47bb587f authored by David Heidelberg's avatar David Heidelberg Committed by Vignesh Raman
Browse files

Revert "drm/msm/dsi: Use pm_runtime_resume_and_get to prevent refcnt leaks"

This reverts commit 3d07a411.
parent 1a7501d1
No related branches found
No related tags found
No related merge requests found
......@@ -516,9 +516,7 @@ static int dsi_phy_enable_resource(struct msm_dsi_phy *phy)
struct device *dev = &phy->pdev->dev;
int ret;
ret = pm_runtime_resume_and_get(dev);
if (ret)
return ret;
pm_runtime_get_sync(dev);
ret = clk_prepare_enable(phy->ahb_clk);
if (ret) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment