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

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

Merge "disp: msm: dsi:Handle pm_runtime_put_sync return value properly"

parents 2282dfef 49416898
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -1035,10 +1035,7 @@ static int dsi_ctrl_enable_supplies(struct dsi_ctrl *dsi_ctrl, bool enable)
				goto error;
			}
		}
		rc = pm_runtime_put_sync(dsi_ctrl->drm_dev->dev);
		if (rc < 0)
			DSI_CTRL_ERR(dsi_ctrl,
				"Power resource disable failed, rc=%d\n", rc);
		pm_runtime_put_sync(dsi_ctrl->drm_dev->dev);
		return rc;
	}
error_get_sync: