Dario Binacchi 6719294694 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>
2021-04-12 11:17:15 +05:30
..
2021-03-08 10:32:34 +01:00
2021-03-09 09:42:12 +08:00
2021-02-07 19:22:54 +01:00
2021-02-23 10:45:55 -05:00
2021-02-24 16:51:49 -05:00
2021-03-23 18:06:07 +05:30
2021-03-10 11:48:09 +01:00
2021-01-23 11:30:31 +01:00
2021-02-23 10:45:55 -05:00
2020-11-06 10:18:20 +08:00