The patch titled arm: at91_adc parenthesis balance has been added to the -mm tree. Its filename is arm-at91_adc-parenthesis-balance.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: arm: at91_adc parenthesis balance From: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> unbalanced parenthesis macro fix. Signed-off-by: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-arm/arch-at91/at91_adc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-arm/arch-at91/at91_adc.h~arm-at91_adc-parenthesis-balance include/asm-arm/arch-at91/at91_adc.h --- a/include/asm-arm/arch-at91/at91_adc.h~arm-at91_adc-parenthesis-balance +++ a/include/asm-arm/arch-at91/at91_adc.h @@ -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 _ Patches currently in -mm which might be from m.kozlowski@xxxxxxxxxx are arm-at91_adc-parenthesis-balance.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html