[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20121003181757.GA24871@kroah.com>
Date: Wed, 3 Oct 2012 11:17:57 -0700
From: Greg KH <gregkh@...uxfoundation.org>
To: Laxman Dewangan <ldewangan@...dia.com>
Cc: arm@...r.kernel.org, djbw@...com, vinod.koul@...el.com,
linux-kernel@...r.kernel.org, linux-tegra@...r.kernel.org,
stable@...r.kernel.org
Subject: Re: [PATCH] dma: tegra: fix interrupt name issue with apb dma.
On Wed, Oct 03, 2012 at 10:48:07PM +0530, Laxman Dewangan wrote:
> When watching the interrupts through /proc/interrupts,
> the name of the interrupts are blank or garbage. The
> reason is the pointer passed for devname during irq
> registration is stack and so it get changed after
> dma registration completes.
> Allocate the pointer as part of dma channel and pass
> this pointer as the devname for irq registration to
> avoid change of name.
>
> Signed-off-by: Laxman Dewangan <ldewangan@...dia.com>
> ---
> drivers/dma/tegra20-apb-dma.c | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
<formletter>
This is not the correct way to submit patches for inclusion in the
stable kernel tree. Please read Documentation/stable_kernel_rules.txt
for how to do this properly.
</formletter>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists