diff options
Diffstat (limited to 'drivers/net/arcnet/com20020.c')
-rw-r--r-- | drivers/net/arcnet/com20020.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/arcnet/com20020.c b/drivers/net/arcnet/com20020.c index 651275a5f3d2..0a74f21409c5 100644 --- a/drivers/net/arcnet/com20020.c +++ b/drivers/net/arcnet/com20020.c | |||
@@ -200,7 +200,7 @@ int com20020_found(struct net_device *dev, int shared) | |||
200 | outb(dev->dev_addr[0], _XREG); | 200 | outb(dev->dev_addr[0], _XREG); |
201 | 201 | ||
202 | /* reserve the irq */ | 202 | /* reserve the irq */ |
203 | if (request_irq(dev->irq, &arcnet_interrupt, shared, | 203 | if (request_irq(dev->irq, arcnet_interrupt, shared, |
204 | "arcnet (COM20020)", dev)) { | 204 | "arcnet (COM20020)", dev)) { |
205 | BUGMSG(D_NORMAL, "Can't get IRQ %d!\n", dev->irq); | 205 | BUGMSG(D_NORMAL, "Can't get IRQ %d!\n", dev->irq); |
206 | return -ENODEV; | 206 | return -ENODEV; |