Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43198
b: refs/heads/master
c: 0598077
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Dec 4, 2006
1 parent 53ebc3f commit 795839f
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: fbd819766568c6f3d286dbabb9a17bb13e48f40d
refs/heads/master: 059807755c0d2b2727588bb52951f8ff6cbf07b4
4 changes: 2 additions & 2 deletions trunk/drivers/net/mv643xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ static void eth_tx_fill_frag_descs(struct mv643xx_private *mp,
ETH_TX_ENABLE_INTERRUPT;
mp->tx_skb[tx_index] = skb;
} else
mp->tx_skb[tx_index] = 0;
mp->tx_skb[tx_index] = NULL;

desc = &mp->p_tx_desc_area[tx_index];
desc->l4i_chk = 0;
Expand Down Expand Up @@ -1134,7 +1134,7 @@ static void eth_tx_submit_descs_for_skb(struct mv643xx_private *mp,
eth_tx_fill_frag_descs(mp, skb);

length = skb_headlen(skb);
mp->tx_skb[tx_index] = 0;
mp->tx_skb[tx_index] = NULL;
} else {
cmd_sts |= ETH_ZERO_PADDING |
ETH_TX_LAST_DESC |
Expand Down

0 comments on commit 795839f

Please sign in to comment.