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

Commit f62d03ed authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/dsi: fix dsi control power supply turn off sequence" into msm-4.8

parents cec77080 4fc756b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1951,7 +1951,7 @@ int dsi_ctrl_set_power_state(struct dsi_ctrl *dsi_ctrl,
	}

	if ((!reg_enable) && (reg_enable != drv_state->pwr_enabled)) {
		rc = dsi_ctrl_enable_supplies(dsi_ctrl, true);
		rc = dsi_ctrl_enable_supplies(dsi_ctrl, false);
		if (rc) {
			pr_err("[%d]failed to disable vreg supplies, rc=%d\n",
			       dsi_ctrl->index, rc);