dmaengine: moxart-dma: explicitly freeup irq
authorVinod Koul <vinod.koul@intel.com>
Mon, 4 Jul 2016 10:11:25 +0000 (15:41 +0530)
committerVinod Koul <vinod.koul@intel.com>
Sat, 16 Jul 2016 14:49:03 +0000 (20:19 +0530)
commit144fa37f5b4f9b81dfab79c8d440b4aba8b07fde
treedd3b24267fbaf388eed6915e3f060c2ea981cb34
parent0422e30458d6cd9e8dd27913b6a3a72db47eadab
dmaengine: moxart-dma: 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>
Cc: Jonas Jensen <jonas.jensen@gmail.com>
drivers/dma/moxart-dma.c