drm/exynos: gsc: add missed component_del
authorChuhong Yuan <hslester96@gmail.com>
Mon, 18 Nov 2019 11:39:55 +0000 (19:39 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 12 Jan 2020 11:17:21 +0000 (12:17 +0100)
commitf2bcbc595849d5408b07f3814a86ed8950652f16
tree14cee7beb1ed5d82efcade50b04b231facd40407
parent152eaa8626cca077be5c72bd9928e6e56fd61f59
drm/exynos: gsc: add missed component_del

[ Upstream commit 84c92365b20a44c363b95390ea00dfbdd786f031 ]

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>
drivers/gpu/drm/exynos/exynos_drm_gsc.c