Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213839
b: refs/heads/master
c: cb5d991
h: refs/heads/master
i:
  213837: 3253889
  213835: 657d5a1
  213831: 661a6c5
  213823: 074bdce
v: v3
  • Loading branch information
Tobias Klauser authored and David S. Miller committed Aug 19, 2010
1 parent 7e82008 commit a5fb023
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 900853a4db7098b0e58ddcb732632ac43a7b2148
refs/heads/master: cb5d991a99104565f7b622b1b97587f4b1effa82
4 changes: 2 additions & 2 deletions trunk/drivers/net/greth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1547,10 +1547,10 @@ static int __devinit greth_of_probe(struct platform_device *ofdev, const struct
dev->netdev_ops = &greth_netdev_ops;
dev->ethtool_ops = &greth_ethtool_ops;

if (register_netdev(dev)) {
err = register_netdev(dev);
if (err) {
if (netif_msg_probe(greth))
dev_err(greth->dev, "netdevice registration failed.\n");
err = -ENOMEM;
goto error5;
}

Expand Down

0 comments on commit a5fb023

Please sign in to comment.