rockchip: video: Avoid using u8 in the HDMI driver
authorSimon Glass <sjg@chromium.org>
Sun, 13 Nov 2016 21:22:15 +0000 (14:22 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 26 Nov 2016 00:59:32 +0000 (17:59 -0700)
commit095e6c1f2dd65635543859ddf689e3d90ab6e5cd
treeb50fde359b56a85b0e52e3557780e8ec6cc03748
parent20b13e8d7ef1b5ac93e4f1c0addae126b05eaf90
rockchip: video: Avoid using u8 in the HDMI driver

It makes not sense using u8 to hold a value on a 32-bit or 64-bit machine.
It can only bloat the code by forcing the compiler to mask the value.
Change it to uint.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/rockchip/rk_hdmi.c