projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69e9c93
)
[ARM] at91_adc parenthesis balance
author
Mariusz Kozlowski
<
[email protected]
>
Fri, 18 May 2007 22:39:36 +0000
(
00:39
+0200)
committer
Russell King
<
[email protected]
>
Sun, 20 May 2007 19:08:48 +0000
(20:08 +0100)
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
patch
|
blob
|
history
diff --git
a/include/asm-arm/arch-at91/at91_adc.h
b/include/asm-arm/arch-at91/at91_adc.h
index 1ed66eaaf83a6f3e9fc183a1d5690dbdf600a785..6d71ea2637b1927c24b5b430acc19f0d13686e89 100644
(file)
--- 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