gpio: mvebu: use BIT macro instead of bit shifting
authorRalph Sennhauser <ralph.sennhauser@gmail.com>
Fri, 17 Mar 2017 17:44:06 +0000 (18:44 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 23 Mar 2017 09:21:39 +0000 (10:21 +0100)
commitd2cabc4a23f8dea6caf51279777d511c7d8a5045
tree468026b72ddbb880c95d8d2f0b52bcef756128eb
parentb8c90199b51aa59da06e1a82a22ba11e69bd8150
gpio: mvebu: use BIT macro instead of bit shifting

Use the BIT macro instead of explicitly shifting bits for some added
clarity.

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-mvebu.c