Hello,

        Trivial unbalanced parenthesis macro fix.

Signed-off-by: Mariusz Kozlowski <[EMAIL PROTECTED]>

diff -upr linux-2.6.22-rc1-mm1-a/include/asm-arm/arch-at91/at91_adc.h 
linux-2.6.22-rc1-mm1-b/include/asm-arm/arch-at91/at91_adc.h
--- linux-2.6.22-rc1-mm1-a/include/asm-arm/arch-at91/at91_adc.h 2007-05-16 
17:54:07.000000000 +0200
+++ linux-2.6.22-rc1-mm1-b/include/asm-arm/arch-at91/at91_adc.h 2007-05-18 
23:49:49.000000000 +0200
@@ -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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to