]> 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)
commit65a9db67f497615135188749c318eb6f0fb834dd
tree958d82b310006243977b8bed0b57d434bff9252b
parentfc34a8d7a6e80eb2c2304f3fb1526e012599ae42
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