dmaengine: mmp_pdma: explicitly freeup irq
authorVinod Koul <vinod.koul@intel.com>
Mon, 4 Jul 2016 09:45:26 +0000 (15:15 +0530)
committerVinod Koul <vinod.koul@intel.com>
Sat, 16 Jul 2016 14:49:03 +0000 (20:19 +0530)
commita46018929b35f551e29302a89de5ef20c1cfd4f8
tree7c7934f657fb0392de654250ffc89b2379186eb1
parent486b10a255f70735585c90d334422da65dfe43ac
dmaengine: mmp_pdma: explicitly freeup irq

dmaengine device should explicitly call devm_free_irq() when using
devm_request_irq().

The irq is still ON when devices remove is executed and irq should be
quiesced before remove is completed.

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Acked-by: Zhangfei Gao <zhangfei.gao@linaro.org>
drivers/dma/mmp_pdma.c