On Wed, May 04, 2022 at 06:53:17AM +0300, Jarkko Sakkinen wrote: > On Tue, Apr 26, 2022 at 10:06:02AM +0200, Uwe Kleine-König wrote: > > - dev_err(dev, "Could not get client data at remove\n"); > > - return -ENODEV; > > + dev_crit(dev, "Could not get client data at remove, memory corruption ahead\n"); > > + return 0; > > Just change the return value 0 and log-level, message can be as it is. Ignore, I applied the patch. BR, Jarkko