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

Commit d6e821b3 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "disp: msm: dsi: Update ctrl & phy refcounts for defer probe"

parents 243880b4 d2791ff1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5701,6 +5701,8 @@ static int dsi_display_bind(struct device *dev,
		display_ctrl = &display->ctrl[i];
		(void)dsi_phy_drv_deinit(display_ctrl->phy);
		(void)dsi_ctrl_drv_deinit(display_ctrl->ctrl);
		dsi_ctrl_put(display_ctrl->ctrl);
		dsi_phy_put(display_ctrl->phy);
	}
	(void)dsi_display_debugfs_deinit(display);
error: