summaryrefslogtreecommitdiff
path: root/arch/avr32
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2012-10-03 17:18:07 (GMT)
committerVinod Koul <vinod.koul@linux.intel.com>2012-10-04 15:21:24 (GMT)
commitd0fc905429f7f5f3ad365466669c55b04b92c1e5 (patch)
tree95988e62504866b8589ff450fbe8ebb61f0e7605 /arch/avr32
parent3d4f860583bf4aa55dd5c6d5ba6ccf1f25fb473a (diff)
downloadlinux-d0fc905429f7f5f3ad365466669c55b04b92c1e5.tar.xz
dma: tegra: fix interrupt name issue with apb dma.
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@nvidia.com> Reported-by: Stephen Warren <swarren@nvidia.com> Acked-by: Stephen Warren <swarren@nvidia.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Diffstat (limited to 'arch/avr32')
0 files changed, 0 insertions, 0 deletions