aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/3c59x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/3c59x.c')
-rw-r--r--drivers/net/3c59x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/3c59x.c b/drivers/net/3c59x.c
index c754d88e5ec9..7a01588fb6fb 100644
--- a/drivers/net/3c59x.c
+++ b/drivers/net/3c59x.c
@@ -1738,7 +1738,7 @@ vortex_open(struct net_device *dev)
1738 1738
1739 /* Use the now-standard shared IRQ implementation. */ 1739 /* Use the now-standard shared IRQ implementation. */
1740 if ((retval = request_irq(dev->irq, vp->full_bus_master_rx ? 1740 if ((retval = request_irq(dev->irq, vp->full_bus_master_rx ?
1741 &boomerang_interrupt : &vortex_interrupt, IRQF_SHARED, dev->name, dev))) { 1741 boomerang_interrupt : vortex_interrupt, IRQF_SHARED, dev->name, dev))) {
1742 pr_err("%s: Could not reserve IRQ %d\n", dev->name, dev->irq); 1742 pr_err("%s: Could not reserve IRQ %d\n", dev->name, dev->irq);
1743 goto err; 1743 goto err;
1744 } 1744 }