commit | debc4849007517be8f03a199ea29dc3f797c329e | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@intel.com> | Tue Jul 05 14:52:21 2016 +0530 |
committer | Vinod Koul <vinod.koul@intel.com> | Sat Jul 23 16:07:25 2016 +0530 |
tree | 4ed98fcab2f1540c274c42390e532134515d113f | |
parent | 1f11e37729d7bedd5c9aba59550f694307b7efd9 [diff] |
dmaengine: txx9dmac: 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>