Re: [PATCH v3 1/1] platform/x86: asus-wireless: Replace open coded acpi_match_device()

From: Andy Shevchenko
Date: Sat Oct 07 2023 - 03:26:03 EST


On Fri, Oct 06, 2023 at 07:08:35PM +0200, Hans de Goede wrote:
> On 10/6/23 17:53, Andy Shevchenko wrote:

...

> Thanks, patch looks good to me now:
> Reviewed-by: Hans de Goede <hdegoede@xxxxxxxxxx>

Thanks, but it seems something went wrong (most likely due to age of the
patches in my local tree) and confusing "BUILD SUCCESS" from LKP.

> > + id = acpi_match_device(device_ids, adev);

This should be acpi_match_acpi_device().

> > + if (!id)
> > return 0;

--
With Best Regards,
Andy Shevchenko