Re: [PATCH v2 10/16] net: lan966x: Use fwnode_for_each_child_node() instead

From: Jonathan Cameron

Date: Mon Sep 29 2025 - 05:48:48 EST


On Wed, 24 Sep 2025 10:45:56 +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>
FWIW given mechanical change
Reviewed-by: Jonathan Cameron <jonathan.cameron@xxxxxxxxxx>