diff options
Diffstat (limited to 'drivers/net/stmmac/stmmac_main.c')
-rw-r--r-- | drivers/net/stmmac/stmmac_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/stmmac/stmmac_main.c b/drivers/net/stmmac/stmmac_main.c index c2f14dc9ba28..e961e7593c1f 100644 --- a/drivers/net/stmmac/stmmac_main.c +++ b/drivers/net/stmmac/stmmac_main.c | |||
@@ -1022,7 +1022,7 @@ static int stmmac_open(struct net_device *dev) | |||
1022 | } | 1022 | } |
1023 | 1023 | ||
1024 | /* Request the IRQ lines */ | 1024 | /* Request the IRQ lines */ |
1025 | ret = request_irq(dev->irq, &stmmac_interrupt, | 1025 | ret = request_irq(dev->irq, stmmac_interrupt, |
1026 | IRQF_SHARED, dev->name, dev); | 1026 | IRQF_SHARED, dev->name, dev); |
1027 | if (unlikely(ret < 0)) { | 1027 | if (unlikely(ret < 0)) { |
1028 | pr_err("%s: ERROR: allocating the IRQ %d (error: %d)\n", | 1028 | pr_err("%s: ERROR: allocating the IRQ %d (error: %d)\n", |