Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111910
b: refs/heads/master
c: 3b060be
h: refs/heads/master
v: v3
  • Loading branch information
Florian Fainelli authored and Jeff Garzik committed Sep 25, 2008
1 parent bd50a1a commit 6fbf73e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 28a7e4c906bd86419eb8572b3b1343e619cd1470
refs/heads/master: 3b060be0582373be3c380629d7a6de5f06a311ed
2 changes: 1 addition & 1 deletion trunk/drivers/net/r6040.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ static void r6040_free_txbufs(struct net_device *dev)
le32_to_cpu(lp->tx_insert_ptr->buf),
MAX_BUF_SIZE, PCI_DMA_TODEVICE);
dev_kfree_skb(lp->tx_insert_ptr->skb_ptr);
lp->rx_insert_ptr->skb_ptr = NULL;
lp->tx_insert_ptr->skb_ptr = NULL;
}
lp->tx_insert_ptr = lp->tx_insert_ptr->vndescp;
}
Expand Down

0 comments on commit 6fbf73e

Please sign in to comment.