Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35320
b: refs/heads/master
c: 38ed61d
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Garzik committed Sep 13, 2006
1 parent a17298c commit 1520730
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: 4291130595065aa3c9fbb9130231f65e4914629a
refs/heads/master: 38ed61d6c0b2c35fbaa1ccdb497543a18509d401
2 changes: 2 additions & 0 deletions trunk/drivers/net/mv643xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ static int mv643xx_eth_receive_queue(struct net_device *dev, int budget)
struct pkt_info pkt_info;

while (budget-- > 0 && eth_port_receive(mp, &pkt_info) == ETH_OK) {
dma_unmap_single(NULL, pkt_info.buf_ptr, RX_SKB_SIZE,
DMA_FROM_DEVICE);
mp->rx_desc_count--;
received_packets++;

Expand Down

0 comments on commit 1520730

Please sign in to comment.