[PATCH] arm: at91_adc parenthesis balance

2007-05-18 Thread Mariusz Kozlowski
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.0 +0200
+++ linux-2.6.22-rc1-mm1-b/include/asm-arm/arch-at91/at91_adc.h 2007-05-18 
23:49:49.0 +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 */
 #defineAT91_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/


[PATCH] arm: at91_adc parenthesis balance

2007-05-18 Thread Mariusz Kozlowski
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.0 +0200
+++ linux-2.6.22-rc1-mm1-b/include/asm-arm/arch-at91/at91_adc.h 2007-05-18 
23:49:49.0 +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 */
 #defineAT91_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/