[PATCH -next 1/8] hwmon: (aspeed-g6-pwm-tacho): Simplify with scoped for each OF child loop
From: Andrew Jeffery <andrew@codeconstruct.com.au>
Date: 2024-08-23 04:03:05
Also in:
linux-arm-kernel, linux-hwmon
From: Andrew Jeffery <andrew@codeconstruct.com.au>
Date: 2024-08-23 04:03:05
Also in:
linux-arm-kernel, linux-hwmon
On Thu, 2024-08-22 at 14:29 +0800, Jinjie Ruan wrote:
Use scoped for_each_child_of_node_scoped() when iterating over device nodes to make code a bit simpler. Signed-off-by: Jinjie Ruan <redacted>
Reviewed-by: Andrew Jeffery <andrew@codeconstruct.com.au>