Re: [PATCH -next] drivers/macintosh/smu.c: use for_each_child_of_node() macro

2020-09-24 Thread Michael Ellerman
On Wed, 16 Sep 2020 14:21:22 +0800, Qinglang Miao wrote: > Use for_each_child_of_node() macro instead of open coding it. Applied to powerpc/next. [1/1] drivers/macintosh/smu.c: use for_each_child_of_node() macro https://git.kernel.org/powerpc/c/9c826d31a73815464bd3df81e56d39b3d908ac73 chee

[PATCH -next] drivers/macintosh/smu.c: use for_each_child_of_node() macro

2020-09-15 Thread Qinglang Miao
Use for_each_child_of_node() macro instead of open coding it. Signed-off-by: Qinglang Miao --- drivers/macintosh/smu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/macintosh/smu.c b/drivers/macintosh/smu.c index 96684581a..45875e8c6 100644 --- a/drivers/macintosh/s