diff options
Diffstat (limited to 'drivers/net/sunlance.c')
-rw-r--r-- | drivers/net/sunlance.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sunlance.c b/drivers/net/sunlance.c index 9d6fd4760eab..64e7d08c878f 100644 --- a/drivers/net/sunlance.c +++ b/drivers/net/sunlance.c | |||
@@ -923,7 +923,7 @@ static int lance_open(struct net_device *dev) | |||
923 | 923 | ||
924 | STOP_LANCE(lp); | 924 | STOP_LANCE(lp); |
925 | 925 | ||
926 | if (request_irq(dev->irq, &lance_interrupt, IRQF_SHARED, | 926 | if (request_irq(dev->irq, lance_interrupt, IRQF_SHARED, |
927 | lancestr, (void *) dev)) { | 927 | lancestr, (void *) dev)) { |
928 | printk(KERN_ERR "Lance: Can't get irq %d\n", dev->irq); | 928 | printk(KERN_ERR "Lance: Can't get irq %d\n", dev->irq); |
929 | return -EAGAIN; | 929 | return -EAGAIN; |