Skip to content
Snippets Groups Projects
Commit 303fef90 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by David Howells
Browse files

frv: Fix typo from __do_IRQ overhaul


Compiles way better.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent c4b15980
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment