Skip to content

Commit

Permalink
drm/exynos: fixed bug to exynos_drm_fb_dev_reinit().
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Inki Dae authored and Dave Airlie committed Oct 18, 2011
1 parent 41c2434 commit 601b44e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/exynos/exynos_drm_fbdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,8 @@ int exynos_drm_fbdev_reinit(struct drm_device *dev)
return exynos_drm_fbdev_init(dev);
}

return ret;

err:
/*
* if drm_load() failed when drm load() was called prior
Expand Down

0 comments on commit 601b44e

Please sign in to comment.