Re: [PATCH v1 2/3] gpiolib: acpi: Don't use GPIO chip fwnode in acpi_gpiochip_find()

From: Andy Shevchenko
Date: Mon Jul 03 2023 - 09:15:22 EST


On Mon, Jul 03, 2023 at 03:18:37PM +0300, Andy Shevchenko wrote:

...

> static int acpi_gpiochip_find(struct gpio_chip *gc, void *data)
> {
> - return ACPI_HANDLE_FWNODE(gc->fwnode) == data;
> + return ACPI_HANDLE(&gc->gpiodev->dev) == data;
> }

And after all this may be changed to device_match_acpi_handle().
I'll update it locally, but still wait for the Benjamin to test
this before sending a v2.

--
With Best Regards,
Andy Shevchenko