MLK-15324-1 video: cfb_console: Fix 64 bits support problem
authorYe Li <ye.li@nxp.com>
Mon, 29 Aug 2016 05:51:01 +0000 (13:51 +0800)
committerYe Li <ye.li@nxp.com>
Fri, 24 May 2019 09:00:03 +0000 (02:00 -0700)
commita39800dd920f7196a960cb7fbe51edaf0d753b47
treef9d4adcb6fed0fd1b1ac631efbb9cb5b2e7f4ebd
parent10d45a43a4bb49db6994f4d147f963b1fbf4fa9d
MLK-15324-1 video: cfb_console: Fix 64 bits support problem

There are some integer to pointer convert. To support 64 bits system,
change the unsigned int to unsigned long.

Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit c3b5c2df452eac82a970ba304e94550be8e27335)
(cherry picked from commit 8a2330424ce8dff9ba9e51ccf74fa600ea93aeb1)
drivers/video/cfb_console.c