Skip to content

Commit

Permalink
[ARM] at91_adc parenthesis balance
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mariusz Kozlowski authored and Russell King committed May 20, 2007
1 parent 69e9c93 commit fc432e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-arm/arch-at91/at91_adc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fc432e1

Please sign in to comment.