1
0
Fork 0

frv: Fix typo from __do_IRQ overhaul

Compiles way better.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: David Howells <dhowells@redhat.com>
wifi-calibration
Thomas Gleixner 2011-03-29 14:05:13 +01:00 committed by David Howells
parent c4b1598023
commit 303fef9052
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ static irqreturn_t fpga_interrupt(int irq, void *_mask)
irq = 31 - irq;
mask &= ~(1 << irq);
generic_irq_handle(IRQ_BASE_FPGA + irq);
generic_handle_irq(IRQ_BASE_FPGA + irq);
}
return IRQ_HANDLED;