commit | 898dbbf65f1d041d5c1b29a0880286e26fac5076 | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@intel.com> | Tue Jul 05 09:58:33 2016 +0530 |
committer | Vinod Koul <vinod.koul@intel.com> | Sat Jul 16 20:19:05 2016 +0530 |
tree | 8765e3a8ec011d76cc7df4dd2de5680b1d36c520 | |
parent | 085fedf7ee17a966d3e5b5d8523a18e3017242cf [diff] |
dmaengine: omap-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> Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>