]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
dmaengine: milbeaut-xdmac: Fix a resource leak in the error handling path of the...
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 19 Dec 2020 13:28:00 +0000 (14:28 +0100)
committerVinod Koul <vkoul@kernel.org>
Tue, 29 Dec 2020 04:38:00 +0000 (10:08 +0530)
commitd645148cc82ca7fbacaa601414a552184e9c6dd3
tree478a51cfa93acadc808cf54e7f7c9046bbd6e7d8
parent33cbd54dc515cc04b5a603603414222b4bb1448d
dmaengine: milbeaut-xdmac: Fix a resource leak in the error handling path of the probe function

'disable_xdmac()' should be called in the error handling path of the
probe function to undo a previous 'enable_xdmac()' call, as already
done in the remove function.

Fixes: a6e9be055d47 ("dmaengine: milbeaut-xdmac: Add XDMAC driver for Milbeaut platforms")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/20201219132800.183254-1-christophe.jaillet@wanadoo.fr
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/milbeaut-xdmac.c