MLK-17215-1 video: fbdev: mipi_dsi_northwest: fix an integer overflow issue
authorFancy Fang <chen.fang@nxp.com>
Thu, 14 Dec 2017 07:25:26 +0000 (15:25 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:51:42 +0000 (14:51 -0500)
commitc0b042e96d8e0329e7864f1aba82d92b9e5a075e
tree689285050489a3c97d6a5a994c729e77e5b8bd3d
parentaaf891baf3b5670c1faed5f73c1ddf4fdb5d9f74
MLK-17215-1 video: fbdev: mipi_dsi_northwest: fix an integer overflow issue

On ARM32 socs, the 'UL' and 'ULL' postfix are different.
And if using a 64bit constant integer, 'ULL' is the right
postfix.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
drivers/video/fbdev/mxc/mipi_dsi_northwest.c