Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88183
b: refs/heads/master
c: 30ecce9
h: refs/heads/master
i:
  88181: baabf45
  88179: 1429f8c
  88175: 50f9156
v: v3
  • Loading branch information
Al Viro authored and Jeff Garzik committed Apr 4, 2008
1 parent f9a11af commit b357cbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: e28e3a614cedb11637f6cc7a30f0812963df62fe
refs/heads/master: 30ecce908b944079181938e61ddbc00c8b23798c
5 changes: 2 additions & 3 deletions trunk/drivers/net/forcedeth.c
Original file line number Diff line number Diff line change
Expand Up @@ -2112,9 +2112,8 @@ static inline void nv_tx_flip_ownership(struct net_device *dev)

np->tx_pkts_in_progress--;
if (np->tx_change_owner) {
__le32 flaglen = le32_to_cpu(np->tx_change_owner->first_tx_desc->flaglen);
flaglen |= NV_TX2_VALID;
np->tx_change_owner->first_tx_desc->flaglen = cpu_to_le32(flaglen);
np->tx_change_owner->first_tx_desc->flaglen |=
cpu_to_le32(NV_TX2_VALID);
np->tx_pkts_in_progress++;

np->tx_change_owner = np->tx_change_owner->next_tx_ctx;
Expand Down

0 comments on commit b357cbf

Please sign in to comment.