OSDN Git Service

dmaengine: mv_xor_v2: explicitly freeup irq
authorHanna Hawa <hannah@marvell.com>
Tue, 17 Jul 2018 10:29:59 +0000 (13:29 +0300)
committerVinod Koul <vkoul@kernel.org>
Fri, 20 Jul 2018 09:31:58 +0000 (15:01 +0530)
commit48c008b5914f9bca44fccce103627bcf39928f95
treeba665513a2da7a83c80ab2bb593266069aa83048
parentce397d215ccd07b8ae3f71db689aedb85d56ab40
dmaengine: mv_xor_v2: 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: Hanna Hawa <hannah@marvell.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/mv_xor_v2.c