Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256040
b: refs/heads/master
c: 4924f44
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Jul 5, 2011
1 parent 81dba44 commit 9743ecc
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: 113ced1f52e5ed2dfedc0771a1b11b536cde8168
refs/heads/master: 4924f44b97a034dbf44c14b709b0b0907ee23f04
2 changes: 1 addition & 1 deletion trunk/drivers/net/b44.c
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ static void b44_tx(struct b44 *bp)
skb->len,
DMA_TO_DEVICE);
rp->skb = NULL;
dev_kfree_skb_irq(skb);
dev_kfree_skb(skb);
}

bp->tx_cons = cons;
Expand Down

0 comments on commit 9743ecc

Please sign in to comment.