]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/exynos: fixed bug to exynos_drm_fb_dev_reinit().
authorInki Dae <inki.dae@samsung.com>
Fri, 14 Oct 2011 04:29:49 +0000 (13:29 +0900)
committerDave Airlie <airlied@redhat.com>
Tue, 18 Oct 2011 09:01:18 +0000 (10:01 +0100)
commit601b44e3db833d28af66d4d6eaf5d353430914d0
tree9f92673002b337cc3167baad1ccebdf6e59f0dd3
parent41c243464f2420744f1c14da77e230440c1c31b4
drm/exynos: fixed bug to exynos_drm_fb_dev_reinit().

this patch solves the problem that fb_helper is released
when exynos_drm_fbdev_reinit() was called. if this function call
is ok then just return.

Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/exynos/exynos_drm_fbdev.c