can: at91_can: don't align struct definitions
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
parent
e3cc055c18
commit
44d8566657
1 changed files with 17 additions and 17 deletions
|
@ -271,7 +271,7 @@ static void at91_setup_mailboxes(struct net_device *dev)
|
||||||
|
|
||||||
/* reset acceptance mask and id register */
|
/* reset acceptance mask and id register */
|
||||||
for (i = AT91_MB_RX_FIRST; i <= AT91_MB_RX_LAST; i++) {
|
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);
|
at91_write(priv, AT91_MID(i), AT91_MID_MIDE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue