Re: [PATCH resend] drm/exynos: gsc: add missed component_del

2019-12-12 Thread Inki Dae
You don't need to resend this. Already merged to exynos-drm-fixes three weeks ago. Thanks, Inki Dae 19. 12. 6. 오전 1:05에 Chuhong Yuan 이(가) 쓴 글: > 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

[PATCH resend] drm/exynos: gsc: add missed component_del

2019-12-06 Thread Chuhong Yuan
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 --- drivers/gpu/drm/exynos/exynos_drm_gsc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/exynos/exynos_drm_gsc.c