Re: [PATCH] powerpc/kexec: fix for_each_child.cocci warning

2021-08-18 Thread Michael Ellerman
On Tue, 3 Aug 2021 16:59:55 +0200 (CEST), Julia Lawall wrote: > for_each_node_by_type should have of_node_put() before return. > > Generated by: scripts/coccinelle/iterators/for_each_child.cocci Applied to powerpc/next. [1/1] powerpc/kexec: fix for_each_child.cocci warning https://git.kern

[PATCH] powerpc/kexec: fix for_each_child.cocci warning

2021-08-03 Thread Julia Lawall
From: kernel test robot for_each_node_by_type should have of_node_put() before return. Generated by: scripts/coccinelle/iterators/for_each_child.cocci CC: Sumera Priyadarsini Reported-by: kernel test robot Signed-off-by: kernel test robot --- The code seems to have been this way since the b