Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66907
b: refs/heads/master
c: 07c2c76
h: refs/heads/master
i:
  66905: 0457791
  66903: fd68d89
v: v3
  • Loading branch information
vbarshak@ru.mvista.com authored and David S. Miller committed Oct 10, 2007
1 parent 5bbc46e commit 7911c35
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 1dad939ddbbd8d64e1edc7799df00a9e591b4197
refs/heads/master: 07c2c76e27e629fb5c9a539e249906802866abb8
4 changes: 2 additions & 2 deletions trunk/drivers/net/ibm_newemac/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1232,9 +1232,9 @@ static inline int emac_xmit_finish(struct emac_instance *dev, int len)
* instead
*/
if (emac_has_feature(dev, EMAC_FTR_EMAC4))
out_be32(&p->tmr0, EMAC_TMR0_XMIT);
else
out_be32(&p->tmr0, EMAC4_TMR0_XMIT);
else
out_be32(&p->tmr0, EMAC_TMR0_XMIT);

if (unlikely(++dev->tx_cnt == NUM_TX_BUFF)) {
netif_stop_queue(ndev);
Expand Down

0 comments on commit 7911c35

Please sign in to comment.