Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332219
b: refs/heads/master
c: 052958e
h: refs/heads/master
i:
  332217: 780c218
  332215: a6a99ac
v: v3
  • Loading branch information
David Daney committed Aug 31, 2012
1 parent aff383b commit b94e582
Show file tree
Hide file tree
Showing 2 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: f21105df0f999f468f1f03e1ff53fe055e149341
refs/heads/master: 052958e347a0219313730ee7c437edfab0611ec1
2 changes: 2 additions & 0 deletions trunk/drivers/net/ethernet/octeon/octeon_mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1446,6 +1446,8 @@ static int __devinit octeon_mgmt_probe(struct platform_device *pdev)
if (netdev == NULL)
return -ENOMEM;

SET_NETDEV_DEV(netdev, &pdev->dev);

dev_set_drvdata(&pdev->dev, netdev);
p = netdev_priv(netdev);
netif_napi_add(netdev, &p->napi, octeon_mgmt_napi_poll,
Expand Down

0 comments on commit b94e582

Please sign in to comment.