Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103045
b: refs/heads/master
c: 12e4ab7
h: refs/heads/master
i:
  103043: 9be8625
v: v3
  • Loading branch information
Lennert Buytenhek committed Jun 12, 2008
1 parent 0d7cde7 commit 9f0a0d6
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: 1e881592e0420dfb5626344a69b15ae268ee98c7
refs/heads/master: 12e4ab79cd828563dc090d2117dc8626b344bc8f
2 changes: 1 addition & 1 deletion trunk/drivers/net/mv643xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ static void rxq_refill(struct rx_queue *rxq)
skb_reserve(skb, 2);
}

if (rxq->rx_desc_count == 0) {
if (rxq->rx_desc_count != rxq->rx_ring_size) {
rxq->rx_oom.expires = jiffies + (HZ / 10);
add_timer(&rxq->rx_oom);
}
Expand Down

0 comments on commit 9f0a0d6

Please sign in to comment.