On Tue, May 27, 2025 at 04:24:46PM +0800, Ai Chao wrote: > The for_each_child_of_node_scoped() helper provides a scope-based > clean-up functionality to put the device_node automatically.
There are no calls to put the node. In the patched files the nodes are already automatically put by the looping macro, there is nothing to cleanup. Please stop sending this patch. > > Signed-off-by: Ai Chao <aic...@kylinos.cn> > --- > sound/soc/qcom/lpass-cpu.c | 3 +-- > sound/soc/qcom/qdsp6/q6afe-dai.c | 3 +-- > sound/soc/qcom/qdsp6/q6asm-dai.c | 4 +--- > 3 files changed, 3 insertions(+), 7 deletions(-) > -- With best wishes Dmitry