Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45957
b: refs/heads/master
c: 00576e9
h: refs/heads/master
i:
  45955: c557af0
v: v3
  • Loading branch information
Al Viro authored and Jeff Garzik committed Jan 30, 2007
1 parent 55b51e6 commit f3796fa
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: 518d83382568964ca9657511140398ebac925ecd
refs/heads/master: 00576e93805bd4f2dd2649e354726dee872d1e8a
2 changes: 1 addition & 1 deletion trunk/drivers/net/b44.c
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,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 f3796fa

Please sign in to comment.