dmaengine: nbpfaxi: explicitly freeup irq
authorVinod Koul <vinod.koul@intel.com>
Mon, 4 Jul 2016 10:31:18 +0000 (16:01 +0530)
committerVinod Koul <vinod.koul@intel.com>
Sat, 16 Jul 2016 14:49:04 +0000 (20:19 +0530)
commit84c610ba5476b6c38ef8e6bc834993bb38cf1208
treec18d77cbd83389184a266809b540ba22efd73893
parent144fa37f5b4f9b81dfab79c8d440b4aba8b07fde
dmaengine: nbpfaxi: 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>
Cc: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
drivers/dma/nbpfaxi.c
This page took 0.031007 seconds and 5 git commands to generate.