projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad98aae
)
ARM: S3C2410: fix S3C_GPIO_SPACE #error message to match reality
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 10 Oct 2011 10:55:58 +0000
(19:55 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Wed, 12 Oct 2011 11:52:46 +0000
(20:52 +0900)
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>
arch/arm/mach-s3c2410/include/mach/gpio-nrs.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c2410/include/mach/gpio-nrs.h
b/arch/arm/mach-s3c2410/include/mach/gpio-nrs.h
index 4f7bf3272e8730fa6d108870edce120abe49c17e..019ea86057f69b4b7e383a3f871c13fb4d5fba0f 100644
(file)
--- a/
arch/arm/mach-s3c2410/include/mach/gpio-nrs.h
+++ b/
arch/arm/mach-s3c2410/include/mach/gpio-nrs.h
@@
-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
non
zero at the moment
#endif
#define S3C2410_GPIO_NEXT(__gpio) \