From: Joonyoung Shim Date: Tue, 1 Sep 2015 07:22:49 +0000 (+0900) Subject: drm/exynos: cleanup exynos_drm_fbdev_update() X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~4^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d76199609823ef0c5ab20ccdc8785df283241fd1;p=pandora-kernel.git drm/exynos: cleanup exynos_drm_fbdev_update() It can get exynos_gem object via function argument, so no need to call exynos_drm_fb_gem_obj() in exynos_drm_fbdev_update. It also can get struct drm_framebuffer *fb via helper->fb, so can remove a function argument for it. Signed-off-by: Joonyoung Shim Reviewed-by: Gustavo Padovan Signed-off-by: Inki Dae --- Reading git-diff-tree failed