dmaengine: imx-dma: explicitly freeup irq
authorVinod Koul <vinod.koul@intel.com>
Sat, 2 Jul 2016 09:55:01 +0000 (15:25 +0530)
committerVinod Koul <vinod.koul@intel.com>
Sat, 16 Jul 2016 14:49:01 +0000 (20:19 +0530)
commitea62aa80bbcc881d0805cbee9afd74e3d029e48e
treecf718b1312b51824c0e38176a3ea230a39f65e97
parent6f93b93b2a1bd53f1dad9f3deb4e75874db0256a
dmaengine: imx-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>
drivers/dma/imx-dma.c