From: Daniel Kurtz Date: Fri, 4 Apr 2014 09:22:02 +0000 (+0800) Subject: drm/exynos/fbdev: don't set mode_config.fb_base X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~17^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b90f54188f2d630d826960e33e1ea8e27e43a33f;p=pandora-kernel.git drm/exynos/fbdev: don't set mode_config.fb_base AFAICT, the fb_base of a drm_device's mode_config is never used. It isn't accessed by core drm, it isn't used by fbmem, and it isn't exposed to user space. Furthermore, it is probably supposed to be a physical address, not the dma address mapped to the display controller, so this is just wrong. Signed-off-by: Daniel Kurtz Signed-off-by: Inki Dae --- Reading git-diff-tree failed