Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155669
b: refs/heads/master
c: 4564cba
h: refs/heads/master
i:
  155667: 3ca8917
v: v3
  • Loading branch information
Finn Thain authored and David S. Miller committed Jul 21, 2009
1 parent 19da3ee commit 0fdc30b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 25177476675142d3ebd60849e0cebc46bd1eef8e
refs/heads/master: 4564cba71637d3b4ea3730f5637b21a9eb3c8999
1 change: 1 addition & 0 deletions trunk/drivers/net/jazzsonic.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ static int __init jazz_sonic_probe(struct platform_device *pdev)
lp = netdev_priv(dev);
lp->device = &pdev->dev;
SET_NETDEV_DEV(dev, &pdev->dev);
platform_set_drvdata(pdev, dev);

netdev_boot_setup_check(dev);

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/macsonic.c
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ static int __devinit mac_sonic_probe(struct platform_device *pdev)
lp = netdev_priv(dev);
lp->device = &pdev->dev;
SET_NETDEV_DEV(dev, &pdev->dev);
platform_set_drvdata(pdev, dev);

/* This will catch fatal stuff like -ENOMEM as well as success */
err = mac_onboard_sonic_probe(dev);
Expand Down

0 comments on commit 0fdc30b

Please sign in to comment.