rockchip: video: mipi: Modify variable type for arm32 compatibility
authoreric.gao@rock-chips.com <eric.gao@rock-chips.com>
Wed, 21 Jun 2017 03:12:50 +0000 (11:12 +0800)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 11 Jul 2017 10:13:47 +0000 (12:13 +0200)
commit0c9eceb7af8961e945feaaa12c193f29ae65de3f
treefa7f0b48e920b5a29717ec78cc9edcc6df1dbc7e
parente3ef41df480f5c0da2d3d40ec2207e210bd34419
rockchip: video: mipi: Modify variable type for arm32 compatibility

Some address relevant varibable is defined originally as u64. To
compatible with arm32, this patch change them to uintptr_t type.

Signed-off-by: Eric Gao <eric.gao@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/video/rockchip/rk_mipi.c