]> git.karo-electronics.de Git - karo-tx-linux.git/commit
i2c: at91: use BIT() macro to define register bits
authorCyrille Pitchen <cyrille.pitchen@atmel.com>
Tue, 9 Jun 2015 16:22:15 +0000 (18:22 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Wed, 10 Jun 2015 12:52:12 +0000 (21:52 +0900)
commite84cf8f03f57c15c0260d88366d064a03b5e383a
tree6e7b7cbf6a068a217db23f8f35cbba23ba2e4e21
parent93563a6a71bb69dd324fc7354c60fb05f84aae6b
i2c: at91: use BIT() macro to define register bits

This patch just fixes typo before applying later patches which will use
register bits with index above 16.

Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com>
Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-at91.c