aboutsummaryrefslogtreecommitdiff
path: root/include/linux/lapb.h
diff options
context:
space:
mode:
authorLaxman Dewangan <[email protected]>2012-10-03 22:48:07 +0530
committerVinod Koul <[email protected]>2012-10-04 20:51:24 +0530
commitd0fc905429f7f5f3ad365466669c55b04b92c1e5 (patch)
tree95988e62504866b8589ff450fbe8ebb61f0e7605 /include/linux/lapb.h
parent3d4f860583bf4aa55dd5c6d5ba6ccf1f25fb473a (diff)
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 <[email protected]> Reported-by: Stephen Warren <[email protected]> Acked-by: Stephen Warren <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'include/linux/lapb.h')
0 files changed, 0 insertions, 0 deletions