aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/stmmac/stmmac_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/stmmac/stmmac_main.c')
-rw-r--r--drivers/net/stmmac/stmmac_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/stmmac/stmmac_main.c b/drivers/net/stmmac/stmmac_main.c
index 9542995ba667..40813f0b5339 100644
--- a/drivers/net/stmmac/stmmac_main.c
+++ b/drivers/net/stmmac/stmmac_main.c
@@ -1024,7 +1024,7 @@ static int stmmac_open(struct net_device *dev)
1024 } 1024 }
1025 1025
1026 /* Request the IRQ lines */ 1026 /* Request the IRQ lines */
1027 ret = request_irq(dev->irq, &stmmac_interrupt, 1027 ret = request_irq(dev->irq, stmmac_interrupt,
1028 IRQF_SHARED, dev->name, dev); 1028 IRQF_SHARED, dev->name, dev);
1029 if (unlikely(ret < 0)) { 1029 if (unlikely(ret < 0)) {
1030 pr_err("%s: ERROR: allocating the IRQ %d (error: %d)\n", 1030 pr_err("%s: ERROR: allocating the IRQ %d (error: %d)\n",