From: Ameya Palande <2ameya-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH] arm: tegra: Remove unused variable 'i'
Date: Fri, 15 Apr 2011 15:10:08 +0300 [thread overview]
Message-ID: <1302869408-7291-1-git-send-email-2ameya@gmail.com> (raw)
Signed-off-by: Ameya Palande <2ameya-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
arch/arm/mach-tegra/gpio.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-tegra/gpio.c b/arch/arm/mach-tegra/gpio.c
index 76a3f65..68069fa 100644
--- a/arch/arm/mach-tegra/gpio.c
+++ b/arch/arm/mach-tegra/gpio.c
@@ -257,7 +257,7 @@ static void tegra_gpio_irq_handler(unsigned int irq, struct irq_desc *desc)
void tegra_gpio_resume(void)
{
unsigned long flags;
- int b, p, i;
+ int b, p;
local_irq_save(flags);
@@ -280,7 +280,7 @@ void tegra_gpio_resume(void)
void tegra_gpio_suspend(void)
{
unsigned long flags;
- int b, p, i;
+ int b, p;
local_irq_save(flags);
for (b = 0; b < ARRAY_SIZE(tegra_gpio_banks); b++) {
--
1.7.1
next reply other threads:[~2011-04-15 12:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-15 12:10 Ameya Palande [this message]
[not found] ` <1302869408-7291-1-git-send-email-2ameya-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2011-04-17 6:14 ` [PATCH] arm: tegra: Remove unused variable 'i' Olof Johansson
[not found] ` <BANLkTi=cwksVuOTbF=XGB7snVK2_uHtmKA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-04-17 20:49 ` Ameya Palande
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=1302869408-7291-1-git-send-email-2ameya@gmail.com \
--to=2ameya-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.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