pinctrl: mediatek: Consistently use the BIT() macro
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 28 Aug 2015 23:25:01 +0000 (01:25 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 25 Sep 2015 16:40:57 +0000 (09:40 -0700)
commitb4b05b9af35e4ba8aee4fc8fcfc4175c7feb3544
treefcefdc7ada01a1ead30602ff7119a0a3a89e7d9c
parentc5ce767088a5ab7a051006c7c1f6e2c2ab9f460d
pinctrl: mediatek: Consistently use the BIT() macro

The mediatek pinctrl driver uses the BIT() macro instead of open
coding 1 << n in all but one place. Replace this occurrence with
the BIT() macro for consistency.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/mediatek/pinctrl-mtk-common.c