Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150489
b: refs/heads/master
c: 862df49
h: refs/heads/master
i:
  150487: 935ef8a
v: v3
  • Loading branch information
Yoshihiro Shimoda authored and David S. Miller committed May 26, 2009
1 parent ca503e7 commit 6e0c767
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 0029d64af5d72049e2170e4609fa83bd1f3f07cd
refs/heads/master: 862df49750e7ca9369c04d8d8105b3cc5d976e0d
1 change: 1 addition & 0 deletions trunk/drivers/net/sh_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ static int sh_eth_rx(struct net_device *ndev)
}
rxdesc->status |= cpu_to_edmac(mdp, RD_RACT);
entry = (++mdp->cur_rx) % RX_RING_SIZE;
rxdesc = &mdp->rx_ring[entry];
}

/* Refill the Rx ring buffers. */
Expand Down

0 comments on commit 6e0c767

Please sign in to comment.