drm/exynos: Fix address space warning in exynos_drm_buf.c
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 5 Sep 2013 11:31:35 +0000 (17:01 +0530)
committerInki Dae <inki.dae@samsung.com>
Mon, 16 Sep 2013 12:57:04 +0000 (21:57 +0900)
commit19e307bc894edd8174ea83ee0ef102291a8bbc8d
tree5fbe06ce30b380fdfe3c26c58e5006732c88df8d
parent09bd14b2cc9ec2e7261019566fac0afd4cf21d51
drm/exynos: Fix address space warning in exynos_drm_buf.c

Fixes the following warning:
drivers/gpu/drm/exynos/exynos_drm_buf.c:66:29: warning:
incorrect type in assignment (different address spaces)
drivers/gpu/drm/exynos/exynos_drm_buf.c:66:29:
expected void [noderef] <asn:2>*kvaddr
drivers/gpu/drm/exynos/exynos_drm_buf.c:66:29: got void *

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_buf.c