commit | 3cac991e33b1395430c09ae49039702eb6748c7d | [log] [tgz] |
---|---|---|
author | Quentin Schulz <quentin.schulz@free-electrons.com> | Tue Dec 05 15:46:39 2017 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Thu Dec 07 10:04:09 2017 +0100 |
tree | 958d82b310006243977b8bed0b57d434bff9252b | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 [diff] |
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>