From 952954aafaf69b626aa71e05d1c75b9742843f1c Mon Sep 17 00:00:00 2001 From: codeworkx Date: Fri, 8 Jun 2012 11:01:47 +0200 Subject: [PATCH] exynos4: hdmi: fix invalid conversion from void* to unsigned int Change-Id: Ib81076f7f85719cd7bc318d45a0b176211b0ee89 --- exynos4/hal/libhdmi/SecHdmi/SecHdmi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exynos4/hal/libhdmi/SecHdmi/SecHdmi.cpp b/exynos4/hal/libhdmi/SecHdmi/SecHdmi.cpp index 444a9dbd..21c84ade 100644 --- a/exynos4/hal/libhdmi/SecHdmi/SecHdmi.cpp +++ b/exynos4/hal/libhdmi/SecHdmi/SecHdmi.cpp @@ -415,7 +415,7 @@ bool SecHdmi::create(int width, int height) } for (int i = 0; i < HDMI_G2D_OUTPUT_BUF_NUM; i++) - g2d_reserved_memory[i] = ion_base_addr + (g2d_reserved_memory_size * i); + g2d_reserved_memory[i] = (unsigned int)ion_base_addr + (g2d_reserved_memory_size * i); #endif #else #ifndef BOARD_USE_V4L2