Re: [PATCH -next] macintosh: windfarm: use for_each_child_of_node() macro

2020-09-17 Thread Michael Ellerman
On Mon, 14 Sep 2020 14:14:11 +0800, Qinglang Miao wrote: > Use for_each_child_of_node() macro instead of open coding it. Applied to powerpc/next. [1/1] macintosh: windfarm: use for_each_child_of_node() macro https://git.kernel.org/powerpc/c/8f7e57e8e29c4fc788811dd4db96126272b8df91 cheers

[PATCH -next] macintosh: windfarm: use for_each_child_of_node() macro

2020-09-14 Thread Qinglang Miao
Use for_each_child_of_node() macro instead of open coding it. Signed-off-by: Qinglang Miao --- drivers/macintosh/windfarm_smu_sat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/macintosh/windfarm_smu_sat.c b/drivers/macintosh/windfarm_smu_sat.c index