mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
[ARM] at91_adc parenthesis balance
Trivial unbalanced parenthesis macro fix. Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
69e9c93d0d
commit
fc432e1952
@ -55,7 +55,7 @@
|
|||||||
#define AT91_ADC_IDR 0x28 /* Interrupt Disable Register */
|
#define AT91_ADC_IDR 0x28 /* Interrupt Disable Register */
|
||||||
#define AT91_ADC_IMR 0x2C /* Interrupt Mask 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)
|
#define AT91_ADC_DATA (0x3ff)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user