Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46045
b: refs/heads/master
c: a55eb05
h: refs/heads/master
i:
  46043: 6646e1c
v: v3
  • Loading branch information
Jens Osterkamp authored and Jeff Garzik committed Feb 2, 2007
1 parent e5fe08c commit 61fd2d5
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: a53a33da864a81a238ee84055c8ced775ee25350
refs/heads/master: a55eb05a57a981f16325d035ee3a3ad10485ea0d
2 changes: 2 additions & 0 deletions trunk/drivers/net/spider_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -1925,6 +1925,8 @@ spider_net_stop(struct net_device *netdev)
/* release chains */
spider_net_release_tx_chain(card, 1);

spider_net_free_rx_chain_contents(card);

spider_net_free_chain(card, &card->tx_chain);
spider_net_free_chain(card, &card->rx_chain);

Expand Down

0 comments on commit 61fd2d5

Please sign in to comment.