]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8efe80a159406a33a9d5652a983806c25bb66d44
tree5fbe06ce30b380fdfe3c26c58e5006732c88df8d
parent5b5093495080a5b0b363d9b0370de78b937d897b
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