Commit adafb8dc authored by Jeff Garzik's avatar Jeff Garzik Committed by Linus Torvalds

[PATCH] fix printk when an irq doesn't get responded to

parent f89168fe
......@@ -225,7 +225,7 @@ int handle_IRQ_event(unsigned int irq, struct pt_regs * regs, struct irqaction *
count--;
printk(retval
? "irq event %d: bogus retval mask %x\n"
: "irq %d: nobody cared!n",
: "irq %d: nobody cared!\n",
irq,
retval);
}
......
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