gpio: ich: Use BIT() macro
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 6 Mar 2018 07:56:06 +0000 (08:56 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 19 Mar 2018 00:50:29 +0000 (01:50 +0100)
commit7a8fd1f5cc3fd0a8fd06634b9dc6750f8c5b2354
tree5943f76dd8c02afffa4f32fb4a50b6641325794e
parent3f4290d4dcf1cfdc242fc4d0874995c3aead72e9
gpio: ich: Use BIT() macro

Using BIT() makes (1 << foo) constructions easier to read, and
also account for common mistakes where bit 31 is not working
because of numbers being interpreted as negative unless
specified as unsigned.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-ich.c