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

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

Merge "drm/msm/dsi-staging: fix incorrect handling of backlight config failures"

parents c446464b 9a55c24c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3214,6 +3214,7 @@ struct dsi_panel *dsi_panel_get(struct device *parent,
	rc = dsi_panel_parse_bl_config(panel);
	if (rc) {
		pr_err("failed to parse backlight config, rc=%d\n", rc);
		if (rc == -EPROBE_DEFER)
			goto error;
	}