Files
kernel_arpi/drivers/gpu
Chuhong Yuan 2ad182a9d0 drm/exynos: gsc: add missed component_del
[ Upstream commit 84c92365b2 ]

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: Chuhong Yuan <hslester96@gmail.com>
Signed-off-by: Inki Dae <inki.dae@samsung.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-01-12 12:21:41 +01:00
..