From: Eunchul Kim Date: Sat, 22 Dec 2012 08:49:25 +0000 (+0900) Subject: drm/exynos: fix build warning. X-Git-Tag: v3.8-rc3~6^2~3^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bbea0c41c677039203f445ad0529ab58751123e;p=pandora-kernel.git drm/exynos: fix build warning. This patch fixes erroneous register read. reall function needs register base address + offset but exynos_drm_gsc module used only offset to read a register. so this patch uses gsc_read function instead of readl. Signed-off-by: Eunchul Kim Signed-off-by: Inki Dae --- Reading git-diff-tree failed