can: at91_can: fix comment about priv->tx_next
[deliverable/linux.git] / drivers / net / can / at91_can.c
index 8f15ae4c719fa6cae6689e11d787f47e184c1898..afd0f5d394b0a561d6c79f4994db918bbe34589c 100644 (file)
@@ -375,7 +375,7 @@ static void at91_chip_stop(struct net_device *dev, enum can_state state)
  * mailbox, but without the offset AT91_MB_TX_FIRST. The lower bits
  * encode the mailbox number, the upper 4 bits the mailbox priority:
  *
- * priv->tx_next = (prio << AT91_NEXT_PRIO_SHIFT) ||
+ * priv->tx_next = (prio << AT91_NEXT_PRIO_SHIFT) |
  *                 (mb - AT91_MB_TX_FIRST);
  *
  */
This page took 0.025574 seconds and 5 git commands to generate.