dmaengine: imx-sdma: explicitly freeup irq
authorVinod Koul <vinod.koul@intel.com>
Sat, 2 Jul 2016 18:30:55 +0000 (00:00 +0530)
committerVinod Koul <vinod.koul@intel.com>
Sat, 16 Jul 2016 14:49:02 +0000 (20:19 +0530)
commit5bb9dbb5ae0931fa3c6780a45f651755266f9b6d
tree381151747520b46e52e9c21f57c750b90c180258
parent71c6b663492c5da78c94d3405c0e8044b8290d00
dmaengine: imx-sdma: 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: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
drivers/dma/imx-sdma.c