]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita3cdb12d33f2be4ce6b033006ea09e44fdbd1a47
tree958d82b310006243977b8bed0b57d434bff9252b
parentf9e9d4ede33f20ad238fc11db0232eaede684940
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