Skip to content
Commit 67192946 authored by Dario Binacchi's avatar Dario Binacchi Committed by Lokesh Vutla
Browse files

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: default avatarDario Binacchi <dariobin@libero.it>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarPratyush Yadav <p.yadav@ti.com>
parent 4ace4fa6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment