Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45947
b: refs/heads/master
c: 774ba59
h: refs/heads/master
i:
  45945: e69dcc6
  45943: 20f7676
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jan 30, 2007
1 parent bde0d2e commit 80c3106
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: 6a13f66043cd755fc7e19f8e0fbb5bfcdf470e74
refs/heads/master: 774ba59c950926abd27421fa146f1916de89e6f6
2 changes: 1 addition & 1 deletion trunk/drivers/net/b44.c
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ static void b44_recycle_rx(struct b44 *bp, int src_idx, u32 dest_idx_unmasked)
dest_idx * sizeof(dest_desc),
DMA_BIDIRECTIONAL);

pci_dma_sync_single_for_device(bp->pdev, src_desc->addr,
pci_dma_sync_single_for_device(bp->pdev, le32_to_cpu(src_desc->addr),
RX_PKT_BUF_SZ,
PCI_DMA_FROMDEVICE);
}
Expand Down

0 comments on commit 80c3106

Please sign in to comment.