]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Mon, 24 Oct 2022 19:50:09 +0000 (21:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Nov 2022 16:42:06 +0000 (17:42 +0100)
commitc6c858707f55a1cc2f395d891133e569880270dc
tree4a86dc07a02bc4a50bd1574d1e396387188abe51
parent554b8d820a645a72979717de7ddc72d29d10f1e0
dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()

[ Upstream commit e6d1711a7ff815eecb99b1e104c76385fb8b2a89 ]

A clk_prepare_enable() call in the probe is not balanced by a corresponding
clk_disable_unprepare() in the remove function.

Add the missing call.

Fixes: a5ae4f0f4253 ("dmaengine: mv_xor_v2: Fix clock resource by adding a register clock")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/e9e3837a680c9bd2438e4db2b83270c6c052d005.1666640987.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/dma/mv_xor_v2.c