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

Commit e7a58c08 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/dsi-staging: remove display from active list"

parents 693fbda4 081400ed
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2816,6 +2816,9 @@ int dsi_display_dev_probe(struct platform_device *pdev)
				(void)_dsi_display_dev_deinit(main_display);
				component_del(&main_display->pdev->dev,
					      &dsi_display_comp_ops);
				mutex_lock(&dsi_display_list_lock);
				list_del(&main_display->list);
				mutex_unlock(&dsi_display_list_lock);
				comp_add_success = false;
				default_active_node = NULL;
				pr_debug("removed the existing comp ops\n");