Re: [PATCH] pcmcia: db1xxx: use correct irq_to_gpio helper

2016-03-02 Thread Arnd Bergmann
On Wednesday 02 March 2016 07:50:28 Manuel Lauss wrote: > > Signed-off-by: Arnd Bergmann > > Cc: sta...@vger.kernel.org # v4.3 > > Fixes: 832f5dacfa0b ("MIPS: Remove all the uses of custom gpio.h") > > --- > > I think this is now the last holdout of the irq_to_gpio function, > > and it's been brok

Re: [PATCH] pcmcia: db1xxx: use correct irq_to_gpio helper

2016-03-01 Thread Manuel Lauss
Hi Arnd, On Tue, Mar 1, 2016 at 11:12 PM, Arnd Bergmann wrote: > After the removal of asm/gpio.h and asm/mach-au1x00/gpio.h, the db1xxx_ss > pcmcia driver picked up the wrong irq_to_gpio function from the generic > headers. > > This restores the old __au_irq_to_gpio() implementation, but keeps