Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134755
b: refs/heads/master
c: aaff1e1
h: refs/heads/master
i:
  134753: 4d84de1
  134751: d2729a2
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Feb 27, 2009
1 parent e69e473 commit 81a5e9b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1d2f8c950745f47f2937742eb886cffee439b754
refs/heads/master: aaff1e1904f787579778a1818f0891c91ae22ec0
3 changes: 1 addition & 2 deletions trunk/drivers/net/rionet.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,7 @@ static int rionet_close(struct net_device *ndev)
netif_carrier_off(ndev);

for (i = 0; i < RIONET_RX_RING_SIZE; i++)
if (rnet->rx_skb[i])
kfree_skb(rnet->rx_skb[i]);
kfree_skb(rnet->rx_skb[i]);

list_for_each_entry_safe(peer, tmp, &rionet_peers, node) {
if (rionet_active[peer->rdev->destid]) {
Expand Down

0 comments on commit 81a5e9b

Please sign in to comment.