dmaengine: s3c24xx: explicitly freeup irq
authorVinod Koul <vinod.koul@intel.com>
Tue, 5 Jul 2016 06:11:23 +0000 (11:41 +0530)
committerVinod Koul <vinod.koul@intel.com>
Sat, 23 Jul 2016 10:37:23 +0000 (16:07 +0530)
commit9200ebd8b23a32381e3647a4d326b07561e5d222
tree5047b3e1a03454b6440dfc0798510d032b550686
parent46cf94d6ab38420690d890d9922bfc61a7b3e2c5
dmaengine: s3c24xx: 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>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
drivers/dma/s3c24xx-dma.c
This page took 0.027003 seconds and 5 git commands to generate.