Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98541
b: refs/heads/master
c: 1923815
h: refs/heads/master
i:
  98539: 4458ce7
v: v3
  • Loading branch information
Kevin Hao authored and Jeff Garzik committed Jun 27, 2008
1 parent f06b948 commit f26ed4e
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: 70081ac55df939363b27c1ebd27c51f510129139
refs/heads/master: 1923815d855e1daec931fc9f2221fb73ca708870
2 changes: 2 additions & 0 deletions trunk/drivers/net/e100.c
Original file line number Diff line number Diff line change
Expand Up @@ -1803,6 +1803,8 @@ static int e100_rx_alloc_skb(struct nic *nic, struct rx *rx)
if (rx->prev->skb) {
struct rfd *prev_rfd = (struct rfd *)rx->prev->skb->data;
put_unaligned_le32(rx->dma_addr, &prev_rfd->link);
pci_dma_sync_single_for_device(nic->pdev, rx->prev->dma_addr,
sizeof(struct rfd), PCI_DMA_TODEVICE);
}

return 0;
Expand Down

0 comments on commit f26ed4e

Please sign in to comment.