From d0fc905429f7f5f3ad365466669c55b04b92c1e5 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Wed, 3 Oct 2012 22:48:07 +0530 Subject: [PATCH] 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-format-patch failed