Re: [PATCH 3/5] irqchip/irq-imx-gpcv2: Make use of BIT() macro

2018-12-06 Thread Lucas Stach
Am Mittwoch, den 05.12.2018, 23:31 -0800 schrieb Andrey Smirnov: > Convert all instances of 1 << x to BIT(x) for consistency with other > kernel code. > > Cc: Thomas Gleixner > Cc: Jason Cooper > Cc: Marc Zyngier > Cc: cphe...@gmail.com > Cc: l.st...@pengutronix.de > Cc: Leonard Crestez > Cc:

Re: [PATCH 3/5] irqchip/irq-imx-gpcv2: Make use of BIT() macro

2018-12-06 Thread Lucas Stach
Am Mittwoch, den 05.12.2018, 23:31 -0800 schrieb Andrey Smirnov: > Convert all instances of 1 << x to BIT(x) for consistency with other > kernel code. > > Cc: Thomas Gleixner > Cc: Jason Cooper > Cc: Marc Zyngier > Cc: cphe...@gmail.com > Cc: l.st...@pengutronix.de > Cc: Leonard Crestez > Cc:

[PATCH 3/5] irqchip/irq-imx-gpcv2: Make use of BIT() macro

2018-12-05 Thread Andrey Smirnov
Convert all instances of 1 << x to BIT(x) for consistency with other kernel code. Cc: Thomas Gleixner Cc: Jason Cooper Cc: Marc Zyngier Cc: cphe...@gmail.com Cc: l.st...@pengutronix.de Cc: Leonard Crestez Cc: "A.s. Dong" Cc: Richard Zhu Cc: linux-...@nxp.com Cc:

[PATCH 3/5] irqchip/irq-imx-gpcv2: Make use of BIT() macro

2018-12-05 Thread Andrey Smirnov
Convert all instances of 1 << x to BIT(x) for consistency with other kernel code. Cc: Thomas Gleixner Cc: Jason Cooper Cc: Marc Zyngier Cc: cphe...@gmail.com Cc: l.st...@pengutronix.de Cc: Leonard Crestez Cc: "A.s. Dong" Cc: Richard Zhu Cc: linux-...@nxp.com Cc: