Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276220
b: refs/heads/master
c: 15ac2b0
h: refs/heads/master
v: v3
  • Loading branch information
Xander Hover authored and David S. Miller committed Nov 23, 2011
1 parent c19678e commit f629dd0
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: 46a246c4dff9f248913e791b69f2336cd8d4ec41
refs/heads/master: 15ac2b08a2fd0f4aacbe8ae39788252fea6fbe63
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/broadcom/b44.c
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ static void b44_tx(struct b44 *bp)
skb->len,
DMA_TO_DEVICE);
rp->skb = NULL;
dev_kfree_skb(skb);
dev_kfree_skb_irq(skb);
}

bp->tx_cons = cons;
Expand Down

0 comments on commit f629dd0

Please sign in to comment.