commit | 638001e0e01470e44da01a6e4dc4ab3e0f49d4ad | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@intel.com> | Fri Jul 01 11:34:35 2016 +0530 |
committer | Vinod Koul <vinod.koul@intel.com> | Sat Jul 16 20:18:58 2016 +0530 |
tree | 57efcb5c317b8850429388cb63ec7551f8cdf881 | |
parent | f57b7cb46c07b2440e8b3d917726be52e7d78e24 [diff] |
dmaengine: edma: 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: Peter Ujfalusi <peter.ujfalusi@ti.com>