On Mon, Jul 03, 2023 at 04:43:05PM +0200, Benjamin Tissoires wrote: > On Mon, Jul 3, 2023 at 4:29 PM Andy Shevchenko > <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > > - return ACPI_HANDLE_FWNODE(gc->fwnode) == data; > > + return device_match_acpi_handle(&gc->gpiodev->dev, data); > > Quick confirmation that using "device_match_acpi_handle" also works in > v2 (was easy enough to test given that everything was already set up > locally). Thank you! I would be very surprised if not :-) -- With Best Regards, Andy Shevchenko