Re: [PATCH] ACPI: property: Fix argument order in __acpi_node_get_property_reference()
From: Rafael J. Wysocki
Date: Mon Oct 20 2025 - 16:03:48 EST
On Sat, Oct 18, 2025 at 9:38 PM Andy Shevchenko
<andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
>
> On Fri, Oct 17, 2025 at 03:37:44PM +0530, Sunil V L wrote:
> > A refactoring bug introduced an argument order mistake in the call to
> > acpi_fwnode_get_reference_args() from __acpi_node_get_property_reference().
> > This caused incorrect behavior when resolving ACPI property references.
> >
> > Fix the issue by correcting the argument order.
>
> Thanks for a fix which looks good to me,
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
Applied as 6.18-rc material, thanks!