Skip to content

Commit

Permalink
ARM: S3C2410: fix S3C_GPIO_SPACE #error message to match reality
Browse files Browse the repository at this point in the history
S3C_GPIO_SPACE cannont be NON-zero, not zero.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Peter Korsgaard authored and Kukjin Kim committed Oct 12, 2011
1 parent ad98aae commit ce19de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2410/include/mach/gpio-nrs.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#define S3C2410_GPIO_M_NR (32) /* technically 2. */

#if CONFIG_S3C_GPIO_SPACE != 0
#error CONFIG_S3C_GPIO_SPACE cannot be zero at the moment
#error CONFIG_S3C_GPIO_SPACE cannot be nonzero at the moment
#endif

#define S3C2410_GPIO_NEXT(__gpio) \
Expand Down

0 comments on commit ce19de0

Please sign in to comment.