Skip to content

Commit

Permalink
frv: Fix typo from __do_IRQ overhaul
Browse files Browse the repository at this point in the history
Compiles way better.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: David Howells <dhowells@redhat.com>
  • Loading branch information
KAGA-KOKO authored and dhowells committed Mar 29, 2011
1 parent c4b1598 commit 303fef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/frv/kernel/irq-mb93093.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 303fef9

Please sign in to comment.