linux/drivers/leds/flash
Javier Carrasco 77b2b47598 leds: as3645a: Use device_* to iterate over device child nodes
Drop the manual access to the fwnode of the device to iterate over its
child nodes. `device_for_each_child_node` macro provides direct access
to the child nodes, and given that the `child` variable is only required
within the loop, the scoped variant of the macro can be used.

Use the `device_for_each_child_node_scoped` macro to iterate over the
direct child nodes of the device.

Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Link: https://lore.kernel.org/r/20240820-device_child_node_access-v3-2-1ee09bdedb9e@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
2024-08-22 14:48:02 +01:00
..
Kconfig
Makefile
leds-aat1290.c leds: aat1290: Use scoped device node handling to simplify error paths 2024-08-22 14:22:44 +01:00
leds-as3645a.c leds: as3645a: Use device_* to iterate over device child nodes 2024-08-22 14:48:02 +01:00
leds-ktd2692.c leds: ktd2692: Use scoped device node handling to simplify error paths 2024-08-22 14:22:44 +01:00
leds-lm3601x.c leds: lm3601x: Reset LED controller during probe 2024-08-05 15:15:27 +01:00
leds-max77693.c leds: max77693: Simplify with scoped for each OF child loop 2024-08-22 14:23:02 +01:00
leds-mt6360.c
leds-mt6370-flash.c
leds-qcom-flash.c
leds-rt4505.c
leds-rt8515.c
leds-sgm3140.c
leds-sy7802.c