Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150565
b: refs/heads/master
c: 91a455f
h: refs/heads/master
i:
  150563: dece47c
v: v3
  • Loading branch information
Michael Hennerich authored and David S. Miller committed May 29, 2009
1 parent 7129a7b commit a662e98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 60df914e295a21a223e43a7ee01e0c73c64dd111
refs/heads/master: 91a455f089810625eb94a36ccc40ae963f451b06
2 changes: 1 addition & 1 deletion trunk/drivers/net/bfin_mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ static int __devinit bfin_mac_probe(struct platform_device *pdev)
/* now, enable interrupts */
/* register irq handler */
rc = request_irq(IRQ_MAC_RX, bfin_mac_interrupt,
IRQF_DISABLED | IRQF_SHARED, "EMAC_RX", ndev);
IRQF_DISABLED, "EMAC_RX", ndev);
if (rc) {
dev_err(&pdev->dev, "Cannot request Blackfin MAC RX IRQ!\n");
rc = -EBUSY;
Expand Down

0 comments on commit a662e98

Please sign in to comment.