[ARM] at91_adc parenthesis balance

Trivial unbalanced parenthesis macro fix.

Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by Mariusz Kozlowski and committed by Russell King fc432e19 69e9c93d

+1 -1
+1 -1
include/asm-arm/arch-at91/at91_adc.h
··· 55 55 #define AT91_ADC_IDR 0x28 /* Interrupt Disable Register */ 56 56 #define AT91_ADC_IMR 0x2C /* Interrupt Mask Register */ 57 57 58 - #define AT91_ADC_CHR(n) (0x30 + ((n) * 4) /* Channel Data Register N */ 58 + #define AT91_ADC_CHR(n) (0x30 + ((n) * 4)) /* Channel Data Register N */ 59 59 #define AT91_ADC_DATA (0x3ff) 60 60 61 61 #endif