dmaengine: omap-dma: explicitly freeup irq
authorVinod Koul <vinod.koul@intel.com>
Tue, 5 Jul 2016 04:28:33 +0000 (09:58 +0530)
committerVinod Koul <vinod.koul@intel.com>
Sat, 16 Jul 2016 14:49:05 +0000 (20:19 +0530)
commit898dbbf65f1d041d5c1b29a0880286e26fac5076
tree8765e3a8ec011d76cc7df4dd2de5680b1d36c520
parent085fedf7ee17a966d3e5b5d8523a18e3017242cf
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>
drivers/dma/omap-dma.c
This page took 0.029006 seconds and 5 git commands to generate.