[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20260131170121.59ae87dd@jic23-huawei>
Date: Sat, 31 Jan 2026 17:01:21 +0000
From: Jonathan Cameron <jic23@...nel.org>
To: Antoniu Miclaus <antoniu.miclaus@...log.com>
Cc: David Lechner <dlechner@...libre.com>, Nuno Sá
<nuno.sa@...log.com>, Andy Shevchenko <andy@...nel.org>, Jagath Jog J
<jagathjog1996@...il.com>, Subhajit Ghosh <subhajit.ghosh@...aklogic.com>,
Marcelo Schmitt <marcelo.schmitt1@...il.com>, Eugene Zaikonnikov
<ez@...phonic.com>, <linux-iio@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] iio: humidity: hdc2010: remove unused interrupt_config
On Thu, 29 Jan 2026 19:42:35 +0200
Antoniu Miclaus <antoniu.miclaus@...log.com> wrote:
> Remove unused interrupt_config field from hdc2010_data
> struct. The field is declared but never accessed in the
> driver.
>
> Signed-off-by: Antoniu Miclaus <antoniu.miclaus@...log.com>
This set are also incorrectly threaded.
Also, don't have more than one set of patches posted at the same
time addressing the same sort of thing. Just post one set with them
all in, or wait until first lot are merged. Having multiple such
sets in flight just causes confusion for reviewers.
These are fine, but I'd like them inside that other series I'm requesting
so they are all in one place.
Thanks,
Jonathan
> ---
> drivers/iio/humidity/hdc2010.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/iio/humidity/hdc2010.c b/drivers/iio/humidity/hdc2010.c
> index 894a8b4ab193..1a0f18251381 100644
> --- a/drivers/iio/humidity/hdc2010.c
> +++ b/drivers/iio/humidity/hdc2010.c
> @@ -44,7 +44,6 @@ struct hdc2010_data {
> struct i2c_client *client;
> struct mutex lock;
> u8 measurement_config;
> - u8 interrupt_config;
> u8 drdy_config;
> };
>
Powered by blists - more mailing lists