Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171584
b: refs/heads/master
c: 5c427ff
h: refs/heads/master
v: v3
  • Loading branch information
zeal authored and David S. Miller committed Nov 17, 2009
1 parent a77d38c commit f345801
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 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: fa6cae143d58c74d800b8dbdd8b9f058614874f2
refs/heads/master: 5c427ff9e4cc61625d48172ea082ae99e21eea6a
13 changes: 6 additions & 7 deletions trunk/drivers/net/arm/ks8695net.c
Original file line number Diff line number Diff line change
Expand Up @@ -544,14 +544,13 @@ static int ks8695_rx(struct ks8695_priv *ksp, int budget)
ksp->next_rx_desc_read =
(last_rx_processed + 1) &
MAX_RX_DESC_MASK;

/* And refill the buffers */
ks8695_refill_rxbuffers(ksp);

/* Kick the RX DMA engine, in case it became
* suspended */
ks8695_writereg(ksp, KS8695_DRSC, 0);
}
/* And refill the buffers */
ks8695_refill_rxbuffers(ksp);

/* Kick the RX DMA engine, in case it became
* suspended */
ks8695_writereg(ksp, KS8695_DRSC, 0);
return received;
}

Expand Down

0 comments on commit f345801

Please sign in to comment.