diff options
Diffstat (limited to 'drivers/net/arcnet/com90xx.c')
-rw-r--r-- | drivers/net/arcnet/com90xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/arcnet/com90xx.c b/drivers/net/arcnet/com90xx.c index d762fe46251e..112e230cb13d 100644 --- a/drivers/net/arcnet/com90xx.c +++ b/drivers/net/arcnet/com90xx.c | |||
@@ -501,7 +501,7 @@ static int __init com90xx_found(int ioaddr, int airq, u_long shmem, void __iomem | |||
501 | goto err_free_dev; | 501 | goto err_free_dev; |
502 | 502 | ||
503 | /* reserve the irq */ | 503 | /* reserve the irq */ |
504 | if (request_irq(airq, &arcnet_interrupt, 0, "arcnet (90xx)", dev)) { | 504 | if (request_irq(airq, arcnet_interrupt, 0, "arcnet (90xx)", dev)) { |
505 | BUGMSG(D_NORMAL, "Can't get IRQ %d!\n", airq); | 505 | BUGMSG(D_NORMAL, "Can't get IRQ %d!\n", airq); |
506 | goto err_release_mem; | 506 | goto err_release_mem; |
507 | } | 507 | } |