From: Laxman Dewangan Date: Wed, 3 Oct 2012 17:18:07 +0000 (+0530) Subject: dma: tegra: fix interrupt name issue with apb dma. X-Git-Tag: v3.7-rc1~68^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0fc905429f7f5f3ad365466669c55b04b92c1e5;p=pandora-kernel.git 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 Reported-by: Stephen Warren Acked-by: Stephen Warren Acked-by: Arnd Bergmann Signed-off-by: Vinod Koul --- Reading git-diff-tree failed