commit | ea62aa80bbcc881d0805cbee9afd74e3d029e48e | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@intel.com> | Sat Jul 02 15:25:01 2016 +0530 |
committer | Vinod Koul <vinod.koul@intel.com> | Sat Jul 16 20:19:01 2016 +0530 |
tree | cf718b1312b51824c0e38176a3ea230a39f65e97 | |
parent | 6f93b93b2a1bd53f1dad9f3deb4e75874db0256a [diff] |
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>