Re: [PATCH 5/7] arm: orion: use irq_get_trigger_type() to get IRQ flags

2013-06-14 Thread Jason Cooper
On Fri, Jun 14, 2013 at 06:40:47PM +0200, Javier Martinez Canillas wrote: > Use irq_get_trigger_type() to get the IRQ trigger type flags > instead calling irqd_get_trigger_type(irq_get_irq_data(irq)) > > Signed-off-by: Javier Martinez Canillas > --- > arch/arm/plat-orion/gpio.c |2 +- > 1

[PATCH 5/7] arm: orion: use irq_get_trigger_type() to get IRQ flags

2013-06-14 Thread Javier Martinez Canillas
Use irq_get_trigger_type() to get the IRQ trigger type flags instead calling irqd_get_trigger_type(irq_get_irq_data(irq)) Signed-off-by: Javier Martinez Canillas --- arch/arm/plat-orion/gpio.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-orion/gpio.c

[PATCH 5/7] arm: orion: use irq_get_trigger_type() to get IRQ flags

2013-06-14 Thread Javier Martinez Canillas
Use irq_get_trigger_type() to get the IRQ trigger type flags instead calling irqd_get_trigger_type(irq_get_irq_data(irq)) Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk --- arch/arm/plat-orion/gpio.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [PATCH 5/7] arm: orion: use irq_get_trigger_type() to get IRQ flags

2013-06-14 Thread Jason Cooper
On Fri, Jun 14, 2013 at 06:40:47PM +0200, Javier Martinez Canillas wrote: Use irq_get_trigger_type() to get the IRQ trigger type flags instead calling irqd_get_trigger_type(irq_get_irq_data(irq)) Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk ---