Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66897
b: refs/heads/master
c: 18eec69
h: refs/heads/master
i:
  66895: 4d90f81
v: v3
  • Loading branch information
Olof Johansson authored and David S. Miller committed Oct 10, 2007
1 parent 76e3d99 commit 373411c
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: 69c29d89185dc1de7224f5f98588ddc061f1fad2
refs/heads/master: 18eec695427ce1258fb5dad0ac180fa4d6f64af7
2 changes: 1 addition & 1 deletion trunk/drivers/net/pasemi_mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ static void pasemi_mac_replenish_rx_ring(struct net_device *dev, int limit)
if (unlikely(!skb))
break;

dma = pci_map_single(mac->dma_pdev, skb->data, skb->len,
dma = pci_map_single(mac->dma_pdev, skb->data, BUF_SIZE,
PCI_DMA_FROMDEVICE);

if (unlikely(dma_mapping_error(dma))) {
Expand Down

0 comments on commit 373411c

Please sign in to comment.