Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243242
b: refs/heads/master
c: dc760b3
h: refs/heads/master
v: v3
  • Loading branch information
Jan Altenberg authored and David S. Miller committed Mar 28, 2011
1 parent 35568df commit 3a9478c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: b0052b088cf0cb688b4630c1d520c57276da71a5
refs/heads/master: dc760b375e50a47847d4942811bd9679beeb5535
2 changes: 1 addition & 1 deletion trunk/drivers/net/can/c_can/c_can.c
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,6 @@ static void c_can_do_tx(struct net_device *dev)

for (/* nix */; (priv->tx_next - priv->tx_echo) > 0; priv->tx_echo++) {
msg_obj_no = get_tx_echo_msg_obj(priv);
c_can_inval_msg_object(dev, 0, msg_obj_no);
val = c_can_read_reg32(priv, &priv->regs->txrqst1);
if (!(val & (1 << msg_obj_no))) {
can_get_echo_skb(dev,
Expand All @@ -708,6 +707,7 @@ static void c_can_do_tx(struct net_device *dev)
&priv->regs->ifregs[0].msg_cntrl)
& IF_MCONT_DLC_MASK;
stats->tx_packets++;
c_can_inval_msg_object(dev, 0, msg_obj_no);
}
}

Expand Down

0 comments on commit 3a9478c

Please sign in to comment.