Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263547
b: refs/heads/master
c: 6f288cc
h: refs/heads/master
i:
  263545: d71adff
  263543: b47a7be
v: v3
  • Loading branch information
Abhilash K V authored and David S. Miller committed Aug 26, 2011
1 parent 6fdfc93 commit f25b574
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: 69558eeeaba7d79364bb9ac4743dc1ad209508b7
refs/heads/master: 6f288cc52f478e6f58d96158e7cd857fedb6d111
2 changes: 1 addition & 1 deletion trunk/drivers/net/can/ti_hecc.c
Original file line number Diff line number Diff line change
Expand Up @@ -503,9 +503,9 @@ static netdev_tx_t ti_hecc_xmit(struct sk_buff *skb, struct net_device *ndev)
spin_unlock_irqrestore(&priv->mbx_lock, flags);

/* Prepare mailbox for transmission */
data = cf->can_dlc | (get_tx_head_prio(priv) << 8);
if (cf->can_id & CAN_RTR_FLAG) /* Remote transmission request */
data |= HECC_CANMCF_RTR;
data |= get_tx_head_prio(priv) << 8;
hecc_write_mbx(priv, mbxno, HECC_CANMCF, data);

if (cf->can_id & CAN_EFF_FLAG) /* Extended frame format */
Expand Down

0 comments on commit f25b574

Please sign in to comment.