mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-16 01:54:00 +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…
x
Reference in New Issue
Block a user