From: Gustavo Padovan Date: Tue, 29 Sep 2015 20:59:17 +0000 (-0300) Subject: drm/exynos: remove fimd_mode_fixup() X-Git-Tag: omap-for-v4.3/fixes-rc5~47^2~10^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50bbfbffa5c894def440ce8157dfe53e60960d35;p=pandora-kernel.git drm/exynos: remove fimd_mode_fixup() The only thing mode_fixup was doing was set the adjusted_mode->vrefresh to 60, but it already has the value of 60 when the fimd_mode_fixup() is called. That means this call is actually pointless and can be removed. Signed-off-by: Gustavo Padovan Signed-off-by: Inki Dae --- Reading git-diff-tree failed