diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/bfin_mac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bfin_mac.c b/drivers/net/bfin_mac.c index 9f971ed6b58d..1905532d0940 100644 --- a/drivers/net/bfin_mac.c +++ b/drivers/net/bfin_mac.c | |||
@@ -1108,7 +1108,7 @@ static int __devinit bfin_mac_probe(struct platform_device *pdev) | |||
1108 | /* now, enable interrupts */ | 1108 | /* now, enable interrupts */ |
1109 | /* register irq handler */ | 1109 | /* register irq handler */ |
1110 | rc = request_irq(IRQ_MAC_RX, bfin_mac_interrupt, | 1110 | rc = request_irq(IRQ_MAC_RX, bfin_mac_interrupt, |
1111 | IRQF_DISABLED | IRQF_SHARED, "EMAC_RX", ndev); | 1111 | IRQF_DISABLED, "EMAC_RX", ndev); |
1112 | if (rc) { | 1112 | if (rc) { |
1113 | dev_err(&pdev->dev, "Cannot request Blackfin MAC RX IRQ!\n"); | 1113 | dev_err(&pdev->dev, "Cannot request Blackfin MAC RX IRQ!\n"); |
1114 | rc = -EBUSY; | 1114 | rc = -EBUSY; |