]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: xilinx_dma: call of_node_put() when breaking out of for_each_child_of_node()
authorLiu Shixin <liushixin2@huawei.com>
Tue, 22 Nov 2022 02:16:12 +0000 (10:16 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Feb 2023 06:52:40 +0000 (07:52 +0100)
commit7458d4b0ce3af4b07f4571e456ede0fcd2206abc
treed5245ddd42267ee0e4d1828dbc2314705f5a5f87
parentda250fe0f176d016f785519ed1c06f9cd997e7c6
dmaengine: xilinx_dma: call of_node_put() when breaking out of for_each_child_of_node()

[ Upstream commit 596b53ccc36a546ab28e8897315c5b4d1d5a0200 ]

Since for_each_child_of_node() will increase the refcount of node, we need
to call of_node_put() manually when breaking out of the iteration.

Fixes: c262dc51daff ("dma: Add Xilinx AXI Video Direct Memory Access Engine driver support")
Signed-off-by: Liu Shixin <liushixin2@huawei.com>
Acked-by: Peter Korsgaard <peter@korsgaard.com>
Link: https://lore.kernel.org/r/20221122021612.1908866-1-liushixin2@huawei.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/dma/xilinx/xilinx_dma.c