Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199195
b: refs/heads/master
c: 755fae0
h: refs/heads/master
i:
  199193: a070b62
  199191: 40350a3
v: v3
  • Loading branch information
Brian Hill authored and David S. Miller committed May 27, 2010
1 parent 3c57ea8 commit d28da87
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: ff937938e7781b2c1bffce0a5400af308e3946d5
refs/heads/master: 755fae0ac41672523a3ac00d41fe9bac226b0578
2 changes: 1 addition & 1 deletion trunk/drivers/net/ll_temac_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ temac_of_probe(struct of_device *op, const struct of_device_id *match)

lp->rx_irq = irq_of_parse_and_map(np, 0);
lp->tx_irq = irq_of_parse_and_map(np, 1);
if (!lp->rx_irq || !lp->tx_irq) {
if ((lp->rx_irq == NO_IRQ) || (lp->tx_irq == NO_IRQ)) {
dev_err(&op->dev, "could not determine irqs\n");
rc = -ENOMEM;
goto nodev;
Expand Down

0 comments on commit d28da87

Please sign in to comment.