Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125947
b: refs/heads/master
c: 4055c7d
h: refs/heads/master
i:
  125945: 4d806a0
  125943: 5db63a6
v: v3
  • Loading branch information
Ron Mercer authored and David S. Miller committed Jan 5, 2009
1 parent db5891e commit a89e541
Show file tree
Hide file tree
Showing 2 changed files with 6 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: c907a35acf0e964dfd0753519b3dc7689727e175
refs/heads/master: 4055c7d495f2502718bbbea871e6504ae95add14
5 changes: 5 additions & 0 deletions trunk/drivers/net/qlge/qlge_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1308,6 +1308,11 @@ static struct sk_buff *ql_build_rx_skb(struct ql_adapter *qdev,
"No skb available, drop the packet.\n");
return NULL;
}
pci_unmap_page(qdev->pdev,
pci_unmap_addr(lbq_desc,
mapaddr),
pci_unmap_len(lbq_desc, maplen),
PCI_DMA_FROMDEVICE);
skb_reserve(skb, NET_IP_ALIGN);
QPRINTK(qdev, RX_STATUS, DEBUG,
"%d bytes of headers and data in large. Chain page to new skb and pull tail.\n", length);
Expand Down

0 comments on commit a89e541

Please sign in to comment.