Commit 4646d20f authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] alpha illegal->invalid

parent 8916e8f1
......@@ -601,7 +601,7 @@ handle_irq(int irq, struct pt_regs * regs)
if ((unsigned) irq > ACTUAL_NR_IRQS && illegal_count < MAX_ILLEGAL_IRQS ) {
irq_err_count++;
illegal_count++;
printk(KERN_CRIT "device_interrupt: illegal interrupt %d\n",
printk(KERN_CRIT "device_interrupt: invalid interrupt %d\n",
irq);
return;
}
......
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