diff options
author | Dario Binacchi <dariobin@libero.it> | 2021-04-11 09:39:40 +0200 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2021-04-12 11:17:15 +0530 |
commit | 6719294694bf65c1ec9b0ccd15e204f46eb0d6b0 (patch) | |
tree | a45b52e77c128f6fae44c273ce3ba567d2b1a4ea /drivers/ddr/imx/imx8m/ddr_init.c | |
parent | 4ace4fa697a84a18fc1c414842fd100e4d3690ae (diff) | |
download | u-boot-6719294694bf65c1ec9b0ccd15e204f46eb0d6b0.tar.gz u-boot-6719294694bf65c1ec9b0ccd15e204f46eb0d6b0.tar.xz u-boot-6719294694bf65c1ec9b0ccd15e204f46eb0d6b0.zip |
pinctrl: single: fix the loop counter variable type
The 'n' variable is used as a loop counter, not as a physical address,
and is used in a comparison with an int. So it makes sense to change
its type from phys_addr_t to int.
Signed-off-by: Dario Binacchi <dariobin@libero.it>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Pratyush Yadav <p.yadav@ti.com>
Diffstat (limited to 'drivers/ddr/imx/imx8m/ddr_init.c')
0 files changed, 0 insertions, 0 deletions