From: Jonathan Cameron <jic23@kernel.org>
To: Antoniu Miclaus <antoniu.miclaus@analog.com>
Cc: "David Lechner" <dlechner@baylibre.com>,
"Nuno Sá" <nuno.sa@analog.com>,
"Andy Shevchenko" <andy@kernel.org>,
"Jagath Jog J" <jagathjog1996@gmail.com>,
"Subhajit Ghosh" <subhajit.ghosh@tweaklogic.com>,
"Marcelo Schmitt" <marcelo.schmitt1@gmail.com>,
"Eugene Zaikonnikov" <ez@norphonic.com>,
linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] iio: humidity: hdc2010: remove unused interrupt_config
Date: Sat, 31 Jan 2026 17:01:21 +0000 [thread overview]
Message-ID: <20260131170121.59ae87dd@jic23-huawei> (raw)
In-Reply-To: <20260129174253.39574-1-antoniu.miclaus@analog.com>
On Thu, 29 Jan 2026 19:42:35 +0200
Antoniu Miclaus <antoniu.miclaus@analog.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@analog.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;
> };
>
prev parent reply other threads:[~2026-01-31 17:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-29 17:42 [PATCH] iio: humidity: hdc2010: remove unused interrupt_config Antoniu Miclaus
2026-01-29 17:42 ` [PATCH] iio: imu: bmi323: remove unused drdy_trigger_enabled Antoniu Miclaus
2026-01-29 17:42 ` [PATCH] iio: light: apds9306: remove unused nlux_per_count Antoniu Miclaus
2026-01-29 22:36 ` Subhajit Ghosh
2026-01-29 17:42 ` [PATCH] iio: light: gp2ap020a00f: remove unused debug_reg_addr Antoniu Miclaus
2026-01-31 17:01 ` Jonathan Cameron [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260131170121.59ae87dd@jic23-huawei \
--to=jic23@kernel.org \
--cc=andy@kernel.org \
--cc=antoniu.miclaus@analog.com \
--cc=dlechner@baylibre.com \
--cc=ez@norphonic.com \
--cc=jagathjog1996@gmail.com \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo.schmitt1@gmail.com \
--cc=nuno.sa@analog.com \
--cc=subhajit.ghosh@tweaklogic.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox