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

Commit 70505c2e authored by Hoegeun Kwon's avatar Hoegeun Kwon Committed by Inki Dae
Browse files

drm/exynos: dsi: Remove bridge node reference in removal



Since bridge node is referenced during in the probe, it should be
released on removal.

Suggested-by: default avatarAndrzej Hajda <a.hajda@samsung.com>
Signed-off-by: default avatarHoegeun Kwon <hoegeun.kwon@samsung.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent f2921d8c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1805,6 +1805,10 @@ static int exynos_dsi_probe(struct platform_device *pdev)

static int exynos_dsi_remove(struct platform_device *pdev)
{
	struct exynos_dsi *dsi = platform_get_drvdata(pdev);

	of_node_put(dsi->bridge_node);

	pm_runtime_disable(&pdev->dev);

	component_del(&pdev->dev, &exynos_dsi_component_ops);