Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3467
b: refs/heads/master
c: 400de2c
h: refs/heads/master
i:
  3465: 0a35a18
  3463: f3af538
v: v3
  • Loading branch information
Denis Vlasenko authored and Jeff Garzik committed Jun 26, 2005
1 parent 1df38db commit f76bf46
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: 1cc68ae0cf9e3384d9eef6985b312bf2bf1161b3
refs/heads/master: 400de2c0c4f4a2cc2e0270353e7eb512c1899a0c
3 changes: 1 addition & 2 deletions trunk/drivers/net/fealnx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1423,8 +1423,7 @@ static void reset_tx_descriptors(struct net_device *dev)
if (cur->skbuff) {
pci_unmap_single(np->pci_dev, cur->buffer,
cur->skbuff->len, PCI_DMA_TODEVICE);
dev_kfree_skb(cur->skbuff);
/* or dev_kfree_skb_irq(cur->skbuff); ? */
dev_kfree_skb_any(cur->skbuff);
cur->skbuff = NULL;
}
cur->status = 0;
Expand Down

0 comments on commit f76bf46

Please sign in to comment.