Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109242
b: refs/heads/master
c: 9e1f377
h: refs/heads/master
v: v3
  • Loading branch information
Lennert Buytenhek authored and Lennert Buytenhek committed Aug 24, 2008
1 parent 9f92474 commit 7e003a0
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: 8e0b1bf6ac6c4c6dd985e586cd765aede4678bba
refs/heads/master: 9e1f37724265725ad4c14fc2ef60a162dc13ac64
2 changes: 1 addition & 1 deletion trunk/drivers/net/mv643xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ static int rxq_process(struct rx_queue *rxq, int budget)
int rx;

rx = 0;
while (rx < budget) {
while (rx < budget && rxq->rx_desc_count) {
struct rx_desc *rx_desc;
unsigned int cmd_sts;
struct sk_buff *skb;
Expand Down

0 comments on commit 7e003a0

Please sign in to comment.