commit | 5bbea0c41c677039203f445ad0529ab58751123e | [log] [tgz] |
---|---|---|
author | Eunchul Kim <chulspro.kim@samsung.com> | Sat Dec 22 17:49:25 2012 +0900 |
committer | Inki Dae <inki.dae@samsung.com> | Fri Jan 04 15:54:33 2013 +0900 |
tree | 82019941e9fd99108f8748032fb7a2606df0ca31 | |
parent | 4f21877cb8b9e9f85a541af43b9ee66d9006bb69 [diff] |
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>