Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254680
b: refs/heads/master
c: 2fb83cd
h: refs/heads/master
v: v3
  • Loading branch information
FUJITA Tomonori authored and David S. Miller committed Jul 4, 2011
1 parent 121852a commit 5deec82
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 60b677034fcb3e48ffa30d638b09ac925afb4b36
refs/heads/master: 2fb83cd618be34546fb526a9051eceaa95517026
3 changes: 2 additions & 1 deletion trunk/drivers/net/natsemi.c
Original file line number Diff line number Diff line change
Expand Up @@ -2360,7 +2360,8 @@ static void netdev_rx(struct net_device *dev, int *work_done, int work_to_do)
PCI_DMA_FROMDEVICE);
} else {
pci_unmap_single(np->pci_dev, np->rx_dma[entry],
buflen, PCI_DMA_FROMDEVICE);
buflen + NATSEMI_PADDING,
PCI_DMA_FROMDEVICE);
skb_put(skb = np->rx_skbuff[entry], pkt_len);
np->rx_skbuff[entry] = NULL;
}
Expand Down

0 comments on commit 5deec82

Please sign in to comment.