drm/exynos/ipp: correct address type
authorAndrzej Hajda <a.hajda@samsung.com>
Thu, 3 Jul 2014 13:10:29 +0000 (15:10 +0200)
committerInki Dae <daeinki@gmail.com>
Sun, 3 Aug 2014 07:52:17 +0000 (16:52 +0900)
commita8ea17f60e966d4dd07458fb614e3ddfba23770e
tree6040d4e81d55f516923fa11a6b925da6ffdb986e
parent5c76c5b146b0f25ee55af190c6213faf63da0cd9
drm/exynos/ipp: correct address type

exynos_drm_gem_get_dma_addr returns dma_addr_t, type casting to void* and
back is not necessary.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_ipp.c