Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26601
b: refs/heads/master
c: 5941d07
h: refs/heads/master
i:
  26599: f739604
v: v3
  • Loading branch information
Roland Dreier committed May 10, 2006
1 parent 16e892e commit 0c70d45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: a3285aa4eecd722508dab01c4932b11b4ba80134
refs/heads/master: 5941d079f2c3bdf0dffed1afb8941678fcd0bcb7
4 changes: 1 addition & 3 deletions trunk/drivers/infiniband/ulp/ipoib/ipoib_vlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,8 @@ int ipoib_vlan_delete(struct net_device *pdev, unsigned short pkey)
if (priv->pkey == pkey) {
unregister_netdev(priv->dev);
ipoib_dev_cleanup(priv->dev);

list_del(&priv->list);

kfree(priv);
free_netdev(priv->dev);

ret = 0;
break;
Expand Down

0 comments on commit 0c70d45

Please sign in to comment.