gpio: axp209: switch unsigned variables to unsigned int
authorQuentin Schulz <quentin.schulz@free-electrons.com>
Tue, 5 Dec 2017 14:46:39 +0000 (15:46 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 7 Dec 2017 09:04:09 +0000 (10:04 +0100)
commit3cac991e33b1395430c09ae49039702eb6748c7d
tree958d82b310006243977b8bed0b57d434bff9252b
parent4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323
gpio: axp209: switch unsigned variables to unsigned int

Checkpatch complains with the following message:
WARNING: Prefer 'unsigned int' to bare use of 'unsigned'

Let's make it happy by switching over to unsigned int.

Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-axp209.c