Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fc432e1952a3899ce35e84b417e5d60f74cb901b
Commit:     fc432e1952a3899ce35e84b417e5d60f74cb901b
Parent:     69e9c93d0d7d9dfa6bdf5144274dbe65a627b63a
Author:     Mariusz Kozlowski <[EMAIL PROTECTED]>
AuthorDate: Sat May 19 00:39:36 2007 +0200
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Sun May 20 20:08:48 2007 +0100

    [ARM] at91_adc parenthesis balance
    
    Trivial unbalanced parenthesis macro fix.
    
    Signed-off-by: Mariusz Kozlowski <[EMAIL PROTECTED]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 include/asm-arm/arch-at91/at91_adc.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/asm-arm/arch-at91/at91_adc.h 
b/include/asm-arm/arch-at91/at91_adc.h
index 1ed66ea..6d71ea2 100644
--- a/include/asm-arm/arch-at91/at91_adc.h
+++ b/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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to