* [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[parent not found: <1302869408-7291-1-git-send-email-2ameya-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: [PATCH] arm: tegra: Remove unused variable 'i' [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> 0 siblings, 1 reply; 3+ messages in thread From: Olof Johansson @ 2011-04-17 6:14 UTC (permalink / raw) To: Ameya Palande; +Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA Hi, On Fri, Apr 15, 2011 at 5:10 AM, Ameya Palande <2ameya-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > Signed-off-by: Ameya Palande <2ameya-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > --- > arch/arm/mach-tegra/gpio.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) This is already upstream: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c8309ef6a4c52919d44bbc9743d7ea05ae8f4c7f -Olof ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <BANLkTi=cwksVuOTbF=XGB7snVK2_uHtmKA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: [PATCH] arm: tegra: Remove unused variable 'i' [not found] ` <BANLkTi=cwksVuOTbF=XGB7snVK2_uHtmKA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2011-04-17 20:49 ` Ameya Palande 0 siblings, 0 replies; 3+ messages in thread From: Ameya Palande @ 2011-04-17 20:49 UTC (permalink / raw) To: Olof Johansson; +Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA Hi Olof, On Sun, Apr 17, 2011 at 9:14 AM, Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org> wrote: > Hi, > > On Fri, Apr 15, 2011 at 5:10 AM, Ameya Palande <2ameya-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> Signed-off-by: Ameya Palande <2ameya-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> >> --- >> arch/arm/mach-tegra/gpio.c | 4 ++-- >> 1 files changed, 2 insertions(+), 2 deletions(-) > > This is already upstream: > > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c8309ef6a4c52919d44bbc9743d7ea05ae8f4c7f When I sent my patch it was not there in linus's tree and I didn't check what was queued for the next pull request :( Cheers, Ameya. ^ permalink raw reply [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