commit | 6719294694bf65c1ec9b0ccd15e204f46eb0d6b0 | [log] [tgz] |
---|---|---|
author | Dario Binacchi <dariobin@libero.it> | Sun Apr 11 09:39:40 2021 +0200 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Mon Apr 12 11:17:15 2021 +0530 |
tree | a45b52e77c128f6fae44c273ce3ba567d2b1a4ea | |
parent | 4ace4fa697a84a18fc1c414842fd100e4d3690ae [diff] |
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>