diff options
Diffstat (limited to 'drivers/net/smc91x.c')
-rw-r--r-- | drivers/net/smc91x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/smc91x.c b/drivers/net/smc91x.c index 05c91ee6921e..0b56ab468d28 100644 --- a/drivers/net/smc91x.c +++ b/drivers/net/smc91x.c | |||
@@ -2031,7 +2031,7 @@ static int __devinit smc_probe(struct net_device *dev, void __iomem *ioaddr, | |||
2031 | } | 2031 | } |
2032 | 2032 | ||
2033 | /* Grab the IRQ */ | 2033 | /* Grab the IRQ */ |
2034 | retval = request_irq(dev->irq, &smc_interrupt, irq_flags, dev->name, dev); | 2034 | retval = request_irq(dev->irq, smc_interrupt, irq_flags, dev->name, dev); |
2035 | if (retval) | 2035 | if (retval) |
2036 | goto err_out; | 2036 | goto err_out; |
2037 | 2037 | ||