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