From: Jingoo Han <jg1.han@samsung.com>
To: "'Grant Likely'" <grant.likely@secretlab.ca>,
"'Linus Walleij'" <linus.walleij@stericsson.com>
Cc: "'Thomas Abraham'" <thomas.abraham@linaro.org>,
"'Jingoo Han'" <jg1.han@samsung.com>,
"'LKML'" <linux-kernel@vger.kernel.org>
Subject: [PATCH] gpio: samsung: fix build error for EXYNOS5250
Date: Mon, 04 Jun 2012 11:17:09 +0900 [thread overview]
Message-ID: <000101cd41f8$251e4cd0$6f5ae670$%han@samsung.com> (raw)
Fixed a typo from "exonys5_gpios_1" to "exonys5_gpios_1"
in order to fix build error as below:
drivers/gpio/gpio-samsung.c: In function 'exynos5_gpiolib_init':
drivers/gpio/gpio-samsung.c:2836: error: 'exonys5_gpios_1' undeclared (first use in this function)
drivers/gpio/gpio-samsung.c:2836: error: (Each undeclared identifier is reported only once
drivers/gpio/gpio-samsung.c:2836: error: for each function it appears in.)
Cc: Thomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
---
drivers/gpio/gpio-samsung.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpio/gpio-samsung.c b/drivers/gpio/gpio-samsung.c
index 7bb0044..b6453d0 100644
--- a/drivers/gpio/gpio-samsung.c
+++ b/drivers/gpio/gpio-samsung.c
@@ -2833,7 +2833,7 @@ static __init void exynos5_gpiolib_init(void)
}
/* need to set base address for gpc4 */
- exonys5_gpios_1[11].base = gpio_base1 + 0x2E0;
+ exynos5_gpios_1[11].base = gpio_base1 + 0x2E0;
/* need to set base address for gpx */
chip = &exynos5_gpios_1[21];
--
1.7.1
next reply other threads:[~2012-06-04 2:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-04 2:17 Jingoo Han [this message]
2012-06-04 17:10 ` Linus Walleij
2012-06-04 23:11 ` Jingoo Han
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='000101cd41f8$251e4cd0$6f5ae670$%han@samsung.com' \
--to=jg1.han@samsung.com \
--cc=grant.likely@secretlab.ca \
--cc=linus.walleij@stericsson.com \
--cc=linux-kernel@vger.kernel.org \
--cc=thomas.abraham@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®