Hi, On 6/30/23 16:30, Andy Shevchenko wrote: > On Fri, Jun 30, 2023 at 2:07 PM Hans de Goede <hdegoede@xxxxxxxxxx> wrote: >> >> sensor->adev is no longer dereferenced before it is permanently set by: >> >> sensor->adev = acpi_dev_get(adev); >> >> So the early assignment with a borrowed reference can be dropped. > > Ah, now I see that that change was temporary. Ack > Can we avoid backporting > it please? Patch 1/15 does fix a NULL pointer deref oops, so backporting it would be a good thing to do IMHO. Regards, Hans