Commit e0fc5b32 authored by Thomas Gleixner's avatar Thomas Gleixner

arm: stmp3xxx: Use generic_handle_irq()

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 7222f391
......@@ -495,8 +495,7 @@ static void stmp3xxx_gpio_irq(u32 irq, struct irq_desc *desc)
while (stat) {
if (stat & 1)
irq_desc[gpio_irq].handle_irq(gpio_irq,
&irq_desc[gpio_irq]);
generic_handle_irq(gpio_irq);
gpio_irq++;
stat >>= 1;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment