]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dmaengine: zxdma: explicitly free irq on device removal
authorVinod Koul <vinod.koul@intel.com>
Mon, 18 May 2015 10:03:13 +0000 (15:33 +0530)
committerVinod Koul <vinod.koul@intel.com>
Thu, 16 Jul 2015 13:28:50 +0000 (18:58 +0530)
commit9bde2823dcb97997456645f9b18f8c3468b727ca
treefe97bc54655142c4e1e66bc2818ad994b84123ee
parente3fa9841d309ae7992b658eba0f973543b97ed1f
dmaengine: zxdma: explicitly free irq on device removal

At device removal, tasklets are not disabled and irqs are still enabled, so
free the irq explicitly on device removal

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/zx296702_dma.c