Hello, On Wed, Jun 29, 2022 at 09:24:55AM +0200, Crt Mori wrote: > On Tue, 28 Jun 2022 at 16:04, Uwe Kleine-König > wrote: > > static const struct i2c_device_id mlx90614_id[] = { > > diff --git a/drivers/iio/temperature/mlx90632.c b/drivers/iio/temperature/mlx90632.c > > index 7ee7ff8047a4..e8ef47147e2b 100644 > > --- a/drivers/iio/temperature/mlx90632.c > > +++ b/drivers/iio/temperature/mlx90632.c > > @@ -924,7 +924,7 @@ static int mlx90632_probe(struct i2c_client *client, > > return iio_device_register(indio_dev); > > } > > > > -static int mlx90632_remove(struct i2c_client *client) > > +static void mlx90632_remove(struct i2c_client *client) > > { > > struct iio_dev *indio_dev = i2c_get_clientdata(client); > > struct mlx90632_data *data = iio_priv(indio_dev); > > @@ -936,8 +936,6 @@ static int mlx90632_remove(struct i2c_client *client) > > pm_runtime_put_noidle(&client->dev); > > > > mlx90632_sleep(data); > > - > > - return 0; > > } > > > For both mlx drivers > > Reviewed-by: "Crt Mori " Thanks, it was more complicated than (IMHO) necessary to find these lines. I suggest to strip the irrelevant part the quoted mail for the next time. I added your tag without the quotes to my tree. Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König | Industrial Linux Solutions | https://www.pengutronix.de/ |