commit | e02eea3f92c663181915a6373c3ea6c57d6cf7bd | [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 | 3b48802e09e46eeb39e2de26db0b0af84dc0aa96 [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>