gpio: loongson: Use BIT() macros
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 13 Apr 2018 10:20:24 +0000 (12:20 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 16 May 2018 12:35:24 +0000 (14:35 +0200)
commita4e5db831a1bff9ca8e987519537c27930154041
tree05b9d2f6406071a860d2e8e81cb5039791a0c655
parent70e703e7410c40b99499b214567c1b6c324e26c6
gpio: loongson: Use BIT() macros

This switches the Loongson driver over to using the bitops BIT()
macros and drops some local variables and make the code easier
to read (in my opinion).

Cc: Keguang Zhang <keguang.zhang@gmail.com>
Cc: Jiaxun Yang <jiaxun.yang@flygoat.com>
Cc: Huacai Chen <chenhc@lemote.com>
Cc: linux-mips@linux-mips.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-loongson.c