Ubuntu-focal-kernel/drivers/dma/xilinx
Liu Shixin 21a9d7182a dmaengine: xilinx_dma: call of_node_put() when breaking out of for_each_child_of_node()
BugLink: https://bugs.launchpad.net/bugs/2011226

[ 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: 9cd4360de6 ("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>
Signed-off-by: Luke Nowakowski-Krijger <luke.nowakowskikrijger@canonical.com>
Acked-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
2023-03-21 10:08:58 +01:00
..
Makefile
xilinx_dma.c dmaengine: xilinx_dma: call of_node_put() when breaking out of for_each_child_of_node() 2023-03-21 10:08:58 +01:00
zynqmp_dma.c dmaengine: zynqmp_dma: In struct zynqmp_dma_chan fix desc_size data type 2022-08-26 11:09:08 +02:00