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

[SPARC]: Fix misplaced prom_printf.

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