dmaengine: xilinx_dma: call of_node_put() when breaking out of for_each_child_of_node()
stable inclusion from stable-v5.10.166 commit 98519ed6911357cafd8572e6945c5e1240bea73f category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I7TH9O Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=98519ed6911357cafd8572e6945c5e1240bea73f -------------------------------- [ Upstream commit 596b53cc ] 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: 9cd4360d ("dma: Add Xilinx AXI Video Direct Memory Access Engine driver support") Signed-off-by: NLiu Shixin <liushixin2@huawei.com> Acked-by: NPeter Korsgaard <peter@korsgaard.com> Link: https://lore.kernel.org/r/20221122021612.1908866-1-liushixin2@huawei.comSigned-off-by: NVinod Koul <vkoul@kernel.org> Signed-off-by: NSasha Levin <sashal@kernel.org> Signed-off-by: Nsanglipeng <sanglipeng1@jd.com>
Showing
想要评论请 注册 或 登录