]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: fix build warning.
authorEunchul Kim <chulspro.kim@samsung.com>
Sat, 22 Dec 2012 08:49:25 +0000 (17:49 +0900)
committerInki Dae <inki.dae@samsung.com>
Fri, 4 Jan 2013 06:54:33 +0000 (15:54 +0900)
commit6b6a4d047a0a6a719100cfc6730098fda16fe202
tree82019941e9fd99108f8748032fb7a2606df0ca31
parent026aa7dd4d43d1f8d1da3ff3691e55a7bdc95f52
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 <chulspro.kim@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_gsc.c