aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/smc911x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/smc911x.c')
-rw-r--r--drivers/net/smc911x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c
index 2a6b6de9533..44ebbaa7457 100644
--- a/drivers/net/smc911x.c
+++ b/drivers/net/smc911x.c
@@ -1984,7 +1984,7 @@ static int __devinit smc911x_probe(struct net_device *dev)
1984#endif 1984#endif
1985 1985
1986 /* Grab the IRQ */ 1986 /* Grab the IRQ */
1987 retval = request_irq(dev->irq, &smc911x_interrupt, 1987 retval = request_irq(dev->irq, smc911x_interrupt,
1988 irq_flags, dev->name, dev); 1988 irq_flags, dev->name, dev);
1989 if (retval) 1989 if (retval)
1990 goto err_out; 1990 goto err_out;