diff options
Diffstat (limited to 'drivers/fc4/socal.c')
-rw-r--r-- | drivers/fc4/socal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/fc4/socal.c b/drivers/fc4/socal.c index 922e9613b2cf..f52d1e5bd5a5 100644 --- a/drivers/fc4/socal.c +++ b/drivers/fc4/socal.c | |||
@@ -767,7 +767,7 @@ static inline void socal_init(struct sbus_dev *sdev, int no) | |||
767 | return; | 767 | return; |
768 | } | 768 | } |
769 | 769 | ||
770 | SOD(("SOCAL uses IRQ %s\n", __irq_itoa(irq))) | 770 | SOD(("SOCAL uses IRQ %d\n", irq)) |
771 | 771 | ||
772 | s->port[0].fc.irq = irq; | 772 | s->port[0].fc.irq = irq; |
773 | s->port[1].fc.irq = irq; | 773 | s->port[1].fc.irq = irq; |