[patch 2/7] frv: Fix typo from __do_IRQ overhaul

From: Thomas Gleixner
Date: Sun Feb 06 2011 - 14:23:19 EST


Compiles way better.

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
---
arch/frv/kernel/irq-mb93093.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-next/arch/frv/kernel/irq-mb93093.c
===================================================================
--- linux-next.orig/arch/frv/kernel/irq-mb93093.c
+++ linux-next/arch/frv/kernel/irq-mb93093.c
@@ -93,7 +93,7 @@ static irqreturn_t fpga_interrupt(int ir
irq = 31 - irq;
mask &= ~(1 << irq);

- generic_irq_handle(IRQ_BASE_FPGA + irq);
+ generic_handle_irq(IRQ_BASE_FPGA + irq);
}

return IRQ_HANDLED;


--
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/