public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: tegra: Remove unused variable 'i'
@ 2011-04-15 12:10 Ameya Palande
       [not found] ` <1302869408-7291-1-git-send-email-2ameya-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Ameya Palande @ 2011-04-15 12:10 UTC (permalink / raw)
  To: linux-tegra-u79uwXL29TY76Z2rM5mHXA

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-04-17 20:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-15 12:10 [PATCH] arm: tegra: Remove unused variable 'i' Ameya Palande
     [not found] ` <1302869408-7291-1-git-send-email-2ameya-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2011-04-17  6:14   ` Olof Johansson
     [not found]     ` <BANLkTi=cwksVuOTbF=XGB7snVK2_uHtmKA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-04-17 20:49       ` Ameya Palande

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox