]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commite4b74d8069f71cba9b3bd4a0373b1076db0348fe
treefa7f0b48e920b5a29717ec78cc9edcc6df1dbc7e
parent98ef363d3f97b2921b2d67953aaedc3f798206db
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