Commit 601b44e3 authored by Inki Dae's avatar Inki Dae Committed by Dave Airlie

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: default avatarInki Dae <inki.dae@samsung.com>
Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 41c24346
...@@ -432,6 +432,8 @@ int exynos_drm_fbdev_reinit(struct drm_device *dev) ...@@ -432,6 +432,8 @@ int exynos_drm_fbdev_reinit(struct drm_device *dev)
return exynos_drm_fbdev_init(dev); return exynos_drm_fbdev_init(dev);
} }
return ret;
err: err:
/* /*
* if drm_load() failed when drm load() was called prior * if drm_load() failed when drm load() was called prior
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment