Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc432e19 authored by Mariusz Kozlowski's avatar Mariusz Kozlowski Committed by Russell King
Browse files

[ARM] at91_adc parenthesis balance



Trivial unbalanced parenthesis macro fix.

Signed-off-by: default avatarMariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 69e9c93d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@
#define AT91_ADC_IDR		0x28		/* Interrupt Disable Register */
#define AT91_ADC_IMR		0x2C		/* Interrupt Mask Register */

#define AT91_ADC_CHR(n)		(0x30 + ((n) * 4)	/* Channel Data Register N */
#define AT91_ADC_CHR(n)		(0x30 + ((n) * 4))	/* Channel Data Register N */
#define		AT91_ADC_DATA		(0x3ff)

#endif