Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313879
b: refs/heads/master
c: 13497f5
h: refs/heads/master
i:
  313877: 4abab52
  313875: ed2a3fa
  313871: 5ab7ca7
v: v3
  • Loading branch information
Giuseppe CAVALLARO authored and David S. Miller committed Jun 4, 2012
1 parent 9eb3ba3 commit 4d49d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: f07d90107caeaa6913c70ad97b536f8cec45e8e7
refs/heads/master: 13497f58670c4e7a30170738f07b17d90011c785
3 changes: 1 addition & 2 deletions trunk/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ static void stmmac_tx(struct stmmac_priv *priv)

priv->hw->desc->release_tx_desc(p);

entry = (++priv->dirty_tx) % txsize;
priv->dirty_tx++;
}
if (unlikely(netif_queue_stopped(priv->dev) &&
stmmac_tx_avail(priv) > STMMAC_TX_THRESH(priv))) {
Expand Down Expand Up @@ -1307,7 +1307,6 @@ static int stmmac_rx(struct stmmac_priv *priv, int limit)
display_ring(priv->dma_rx, rxsize);
}
#endif
count = 0;
while (!priv->hw->desc->get_rx_owner(p)) {
int status;

Expand Down

0 comments on commit 4d49d54

Please sign in to comment.