dmaengine: fsl-edma: explicitly freeup irq
authorVinod Koul <vinod.koul@intel.com>
Fri, 1 Jul 2016 12:04:14 +0000 (17:34 +0530)
committerVinod Koul <vinod.koul@intel.com>
Sat, 16 Jul 2016 14:48:59 +0000 (20:18 +0530)
commit476c7c809ebeefb83e017be543922dede1c10584
treeaa4eca5cc7f918d80c86cc318b645b9b37731330
parentf4e0628ba37aa4bf2989f912c1f63e3ad1a46704
dmaengine: fsl-edma: 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: Jingchang Lu <b35083@freescale.com>
Cc: Peter Griffin <peter.griffin@linaro.org>
drivers/dma/fsl-edma.c