[PATCH 4/4] MIPS: JZ4740: GPIO: Check correct IRQ in demux handler

From: Lars-Peter Clausen
Date: Thu Jun 02 2011 - 21:08:37 EST


Check the trigger direction for the triggered IRQ instead of the parent IRQ.

Signed-off-by: Lars-Peter Clausen <lars@xxxxxxxxxx>
---
arch/mips/jz4740/gpio.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/jz4740/gpio.c b/arch/mips/jz4740/gpio.c
index f3590a2..7179c78 100644
--- a/arch/mips/jz4740/gpio.c
+++ b/arch/mips/jz4740/gpio.c
@@ -309,7 +309,7 @@ static void jz_gpio_irq_demux_handler(unsigned int irq, struct irq_desc *desc)

gpio_irq = chip->irq_base + __fls(flag);

- jz_gpio_check_trigger_both(chip, irq);
+ jz_gpio_check_trigger_both(chip, gpio_irq);

generic_handle_irq(gpio_irq);
};
--
1.7.2.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/