
17 Jun
2017
17 Jun
'17
5:43 a.m.
On 16 June 2017 at 04:42, Eric Gao eric.gao@rock-chips.com wrote:
Some address relevant varibable is defined originally as u64. To compatible with arm32, this patch change them to "void __iomem *" type.
Signed-off-by: Eric Gao eric.gao@rock-chips.com
Changes in v1: -Change the address base variable to uintptr_t type.
drivers/video/rockchip/rk_mipi.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org