commit | c7dd29a3fd4bb06de5ddd6ef29d38f0de1a16151 | [log] [tgz] |
---|---|---|
author | eric.gao@rock-chips.com <eric.gao@rock-chips.com> | Wed Jun 21 11:12:50 2017 +0800 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Tue Jul 11 12:13:47 2017 +0200 |
tree | fa7f0b48e920b5a29717ec78cc9edcc6df1dbc7e | |
parent | bdd37318936b3e56b912c66e40fff96b72595f9b [diff] |
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>