diff options
-rw-r--r-- | drivers/net/via-velocity.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/via-velocity.c b/drivers/net/via-velocity.c index 158f411bd555..1e6b395c555f 100644 --- a/drivers/net/via-velocity.c +++ b/drivers/net/via-velocity.c | |||
@@ -2176,7 +2176,7 @@ static int velocity_open(struct net_device *dev) | |||
2176 | 2176 | ||
2177 | velocity_init_registers(vptr, VELOCITY_INIT_COLD); | 2177 | velocity_init_registers(vptr, VELOCITY_INIT_COLD); |
2178 | 2178 | ||
2179 | ret = request_irq(vptr->pdev->irq, &velocity_intr, IRQF_SHARED, | 2179 | ret = request_irq(vptr->pdev->irq, velocity_intr, IRQF_SHARED, |
2180 | dev->name, dev); | 2180 | dev->name, dev); |
2181 | if (ret < 0) { | 2181 | if (ret < 0) { |
2182 | /* Power down the chip */ | 2182 | /* Power down the chip */ |