commit | 5bb9dbb5ae0931fa3c6780a45f651755266f9b6d | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@intel.com> | Sun Jul 03 00:00:55 2016 +0530 |
committer | Vinod Koul <vinod.koul@intel.com> | Sat Jul 16 20:19:02 2016 +0530 |
tree | 381151747520b46e52e9c21f57c750b90c180258 | |
parent | 71c6b663492c5da78c94d3405c0e8044b8290d00 [diff] |
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>