drm/exynos: gsc: add missed component_del
authorChuhong Yuan <hslester96@gmail.com>
Mon, 18 Nov 2019 11:39:55 +0000 (19:39 +0800)
committerInki Dae <inki.dae@samsung.com>
Wed, 18 Dec 2019 23:52:42 +0000 (08:52 +0900)
commit84c92365b20a44c363b95390ea00dfbdd786f031
treea5b25944ce6b55b8199b61bb9d27847f444be25c
parentd1eef1c619749b2a57e514a3fa67d9a516ffa919
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: Chuhong Yuan <hslester96@gmail.com>
Signed-off-by: Inki Dae <inki.dae@samsung.net>
drivers/gpu/drm/exynos/exynos_drm_gsc.c