On Thu, Oct 13, 2022 at 8:53 AM Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> wrote: > > Since commit 0998d0631001 ("device-core: Ensure drvdata = NULL when no > driver is bound") the driver core cares for cleaning driver data, so > don't do it in the driver, too. > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> > --- > drivers/acpi/apei/ghes.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/acpi/apei/ghes.c b/drivers/acpi/apei/ghes.c > index d91ad378c00d..307fbb97a116 100644 > --- a/drivers/acpi/apei/ghes.c > +++ b/drivers/acpi/apei/ghes.c > @@ -1444,8 +1444,6 @@ static int ghes_remove(struct platform_device *ghes_dev) > > kfree(ghes); > > - platform_set_drvdata(ghes_dev, NULL); > - > return 0; > } > > > base-commit: 4fe89d07dcc2804c8b562f6c7896a45643d34b2f > -- Applied as 6.2 material, thanks!