diff options
Diffstat (limited to 'drivers/net/at1700.c')
-rw-r--r-- | drivers/net/at1700.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/at1700.c b/drivers/net/at1700.c index b032c1bf492f..97041715e8c9 100644 --- a/drivers/net/at1700.c +++ b/drivers/net/at1700.c | |||
@@ -465,7 +465,7 @@ found: | |||
465 | /* Snarf the interrupt vector now. */ | 465 | /* Snarf the interrupt vector now. */ |
466 | ret = request_irq(irq, &net_interrupt, 0, DRV_NAME, dev); | 466 | ret = request_irq(irq, &net_interrupt, 0, DRV_NAME, dev); |
467 | if (ret) { | 467 | if (ret) { |
468 | printk (" AT1700 at %#3x is unusable due to a conflict on" | 468 | printk (" AT1700 at %#3x is unusable due to a conflict on " |
469 | "IRQ %d.\n", ioaddr, irq); | 469 | "IRQ %d.\n", ioaddr, irq); |
470 | goto err_mca; | 470 | goto err_mca; |
471 | } | 471 | } |