On Mon, Jul 26, 2021 at 2:47 PM Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> wrote: > On Mon, Jul 26, 2021 at 11:40:55AM +0300, Andy Shevchenko wrote: ... > > err_free_swnodes: > > software_node_unregister_nodes(sensor->swnodes); > > err_put_adev: > > - acpi_dev_put(sensor->adev); > > + acpi_dev_put(adev); > > adev is assigned to sensor->adev before goto so the two have the same > value. I have no problem with the patch though. Are we reading the same version? Or am I missing something? -- With Best Regards, Andy Shevchenko