irqchip/irq-imx-gpcv2: Make use of BIT() macro
authorAndrey Smirnov <andrew.smirnov@gmail.com>
Thu, 6 Dec 2018 07:31:23 +0000 (23:31 -0800)
committerMarc Zyngier <marc.zyngier@arm.com>
Thu, 13 Dec 2018 09:35:55 +0000 (09:35 +0000)
commitf2dace5f972576040477cc8a559254facebd3e10
tree6d5929ae6c24bd1e548136716bde345354dc8741
parentbd654fb67acf737952e97822c8681dbcf4b6d462
irqchip/irq-imx-gpcv2: Make use of BIT() macro

Convert all instances of 1 << x to BIT(x) for consistency with other
kernel code.

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: cphealy@gmail.com
Cc: l.stach@pengutronix.de
Cc: Leonard Crestez <leonard.crestez@nxp.com>
Cc: "A.s. Dong" <aisheng.dong@nxp.com>
Cc: Richard Zhu <hongxing.zhu@nxp.com>
Cc: linux-imx@nxp.com
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-imx-gpcv2.c