Commit 84c92365 authored by Chuhong Yuan's avatar Chuhong Yuan Committed by Inki Dae
Browse files

drm/exynos: gsc: add missed component_del



The driver forgets to call component_del in remove to match component_add
in probe.
Add the missed call to fix it.

Signed-off-by: default avatarChuhong Yuan <hslester96@gmail.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.net>
parent d1eef1c6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1313,6 +1313,7 @@ static int gsc_remove(struct platform_device *pdev)
{
	struct device *dev = &pdev->dev;

	component_del(dev, &gsc_component_ops);
	pm_runtime_dont_use_autosuspend(dev);
	pm_runtime_disable(dev);