Re: [PATCH v2 14/16] leds: Use fwnode_get_next_child_node() instead

From: Jonathan Cameron

Date: Mon Sep 29 2025 - 05:52:02 EST


On Wed, 24 Sep 2025 10:46:00 +0300
Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> wrote:

> fwnode_get_next_child_node() is now the same as
> fwnode_get_next_available_child_node() on all backends (OF, ACPI and
> swnode). In order to remove the available variants, switch the uses to
> non-available variants (device_get_next_child_node() in this case).
>
> Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx>
Reviewed-by: Jonathan Cameron <jonathan.cameron@xxxxxxxxxx>