commit | 486b10a255f70735585c90d334422da65dfe43ac | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@intel.com> | Sun Jul 03 00:02:29 2016 +0530 |
committer | Vinod Koul <vinod.koul@intel.com> | Sat Jul 16 20:19:02 2016 +0530 |
tree | 5be7bb9aef9cabe2121f6882387b89dc203c879a | |
parent | 5bb9dbb5ae0931fa3c6780a45f651755266f9b6d [diff] |
dmaengine: k3dma: 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: Zhangfei Gao <zhangfei.gao@linaro.org>