Re: [PATCH v2 09/16] driver core: Use fwnode_for_each_child_node() instead

From: Jonathan Cameron

Date: Mon Sep 29 2025 - 05:47:49 EST


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

> fwnode_for_each_child_node() is now the same as
> fwnode_for_each_available_child_node() on all backends (OF, ACPI and
> swnode). In order to remove the available variants, switch the uses to
> non-available variants.
>
> Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx>
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
Reviewed-by: Jonathan Cameron <jonathan.cameron@xxxxxxxxxx>