diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-11-23 21:50:34 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:04:05 -0500 |
commit | cba0516ddb9153afdc0ffffb9124f5f12a3b6ae5 (patch) | |
tree | 6231980599bf9e5ad42c149c242f21b61d95b59b /drivers/net/at1700.c | |
parent | 93a3b607e6eff7880959149a581d90c71887eb19 (diff) |
[netdrvr] checkpatch cleanups
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/at1700.c')
-rw-r--r-- | drivers/net/at1700.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/at1700.c b/drivers/net/at1700.c index 97041715e8c9..24d81f922533 100644 --- a/drivers/net/at1700.c +++ b/drivers/net/at1700.c | |||
@@ -465,8 +465,9 @@ 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(KERN_ERR "AT1700 at %#3x is unusable due to a " |
469 | "IRQ %d.\n", ioaddr, irq); | 469 | "conflict on IRQ %d.\n", |
470 | ioaddr, irq); | ||
470 | goto err_mca; | 471 | goto err_mca; |
471 | } | 472 | } |
472 | 473 | ||