diff options
Diffstat (limited to 'drivers/net/pcnet32.c')
-rw-r--r-- | drivers/net/pcnet32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/pcnet32.c b/drivers/net/pcnet32.c index c1b3f09f452c..076f23a10517 100644 --- a/drivers/net/pcnet32.c +++ b/drivers/net/pcnet32.c | |||
@@ -2095,7 +2095,7 @@ static int pcnet32_open(struct net_device *dev) | |||
2095 | int rc; | 2095 | int rc; |
2096 | unsigned long flags; | 2096 | unsigned long flags; |
2097 | 2097 | ||
2098 | if (request_irq(dev->irq, &pcnet32_interrupt, | 2098 | if (request_irq(dev->irq, pcnet32_interrupt, |
2099 | lp->shared_irq ? IRQF_SHARED : 0, dev->name, | 2099 | lp->shared_irq ? IRQF_SHARED : 0, dev->name, |
2100 | (void *)dev)) { | 2100 | (void *)dev)) { |
2101 | return -EAGAIN; | 2101 | return -EAGAIN; |