OSDN Git Service

dmaengine: jz4780: Don't use devm_*_irq() functions
authorAlex Smith <alex.smith@imgtec.com>
Fri, 24 Jul 2015 16:24:26 +0000 (17:24 +0100)
committerVinod Koul <vinod.koul@intel.com>
Tue, 18 Aug 2015 16:58:50 +0000 (22:28 +0530)
commitd509a83cea8a64478c7899f28e961543b6569cfc
tree1e56568240c884e391b9a9921c881fbb95b3560c
parentd3597236fd30d76bef4ba8b4713013006842f117
dmaengine: jz4780: Don't use devm_*_irq() functions

We must explicitly free the IRQ before the device is unregistered in
case any device interrupt still occurs, so there's no point in using
the managed variations of the IRQ functions. Change to the regular
versions.

Signed-off-by: Alex Smith <alex.smith@imgtec.com>
Cc: Vinod Koul <vinod.koul@intel.com>
Cc: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Cc: dmaengine@vger.kernel.org
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/dma-jz4780.c