Commit 44d85666 authored by Marc Kleine-Budde's avatar Marc Kleine-Budde

can: at91_can: don't align struct definitions

Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent e3cc055c
......@@ -271,7 +271,7 @@ static void at91_setup_mailboxes(struct net_device *dev)
/* reset acceptance mask and id register */
for (i = AT91_MB_RX_FIRST; i <= AT91_MB_RX_LAST; i++) {
at91_write(priv, AT91_MAM(i), 0x0 );
at91_write(priv, AT91_MAM(i), 0x0);
at91_write(priv, AT91_MID(i), AT91_MID_MIDE);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment