Commit a5212797 authored by Pete Zaitcev's avatar Pete Zaitcev Committed by David S. Miller

[SPARC]: Fix misplaced prom_printf.

parent 043baaa2
......@@ -401,8 +401,8 @@ void unexpected_irq(int irq, void *dev_id, struct pt_regs * regs)
printk("Expecting: ");
for (i = 0; i < 16; i++)
if (action->handler)
prom_printf("[%s:%d:0x%x] ", action->name,
(int) i, (unsigned int) action->handler);
printk("[%s:%d:0x%x] ", action->name,
(int) i, (unsigned int) action->handler);
}
printk("AIEEE\n");
panic("bogus interrupt received");
......
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