Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200552
b: refs/heads/master
c: ed770f0
h: refs/heads/master
v: v3
  • Loading branch information
Florian Fainelli authored and David S. Miller committed Jun 26, 2010
1 parent 65f08af commit 46c18c6
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9735b7ef005aaef5e5905cddba893f8725cd8867
refs/heads/master: ed770f01360b392564650bf1553ce723fa46afec
3 changes: 2 additions & 1 deletion trunk/drivers/net/cpmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,8 @@ static int __devinit cpmac_probe(struct platform_device *pdev)
if (netif_msg_drv(priv))
printk(KERN_ERR "%s: Could not attach to PHY\n",
dev->name);
return PTR_ERR(priv->phy);
rc = PTR_ERR(priv->phy);
goto fail;
}

if ((rc = register_netdev(dev))) {
Expand Down

0 comments on commit 46c18c6

Please sign in to comment.