Re: [PATCH v1 10/16] ACPI: bus: Introduce acpi_dev_for_each_child_reverse()

From: Andy Shevchenko
Date: Thu Jun 09 2022 - 11:41:08 EST


On Thu, Jun 09, 2022 at 04:06:21PM +0200, Rafael J. Wysocki wrote:
> From: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx>
>
> Make it possible to walk the children of an ACPI device in the revese
> order by defining acpi_dev_for_each_child_reverse() in analogy with
> acpi_dev_for_each_child().

...

> + return device_for_each_child_reverse(&adev->dev, &adwc,
> + acpi_dev_for_one_check);

Perhaps one line?

--
With Best Regards,
Andy Shevchenko