Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131319
b: refs/heads/master
c: 06a3d51
h: refs/heads/master
i:
  131317: 3ad8fef
  131315: 23f2774
  131311: 06f61f4
v: v3
  • Loading branch information
Ron Mercer authored and David S. Miller committed Feb 13, 2009
1 parent 4c2a890 commit 62f6274
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: f2603c2c571978497019a50c4df84c185ffef356
refs/heads/master: 06a3d510faf6fdec43daaf6f4d94fe24edf650cd
2 changes: 2 additions & 0 deletions trunk/drivers/net/qlge/qlge_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -970,6 +970,8 @@ static void ql_update_sbq(struct ql_adapter *qdev, struct rx_ring *rx_ring)
if (pci_dma_mapping_error(qdev->pdev, map)) {
QPRINTK(qdev, IFUP, ERR, "PCI mapping failed.\n");
rx_ring->sbq_clean_idx = clean_idx;
dev_kfree_skb_any(sbq_desc->p.skb);
sbq_desc->p.skb = NULL;
return;
}
pci_unmap_addr_set(sbq_desc, mapaddr, map);
Expand Down

0 comments on commit 62f6274

Please sign in to comment.