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

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

Merge "drm/msm/sde: change backlight setup to support shared dsi display"

parents 30055d60 cfc41b5a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ static int sde_backlight_setup(struct sde_connector *c_conn,
	if (!c_conn || !dev || !dev->dev) {
		SDE_ERROR("invalid param\n");
		return -EINVAL;
	} else if (c_conn->connector_type != DRM_MODE_CONNECTOR_DSI) {
	} else if (!c_conn->ops.set_backlight) {
		return 0;
	}