Linux IIO development
 help / color / mirror / Atom feed
* [PATCH] iio: humidity: hdc2010: remove unused interrupt_config
@ 2026-01-29 17:42 Antoniu Miclaus
  2026-01-29 17:42 ` [PATCH] iio: imu: bmi323: remove unused drdy_trigger_enabled Antoniu Miclaus
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Antoniu Miclaus @ 2026-01-29 17:42 UTC (permalink / raw)
  To: Jonathan Cameron, David Lechner, Nuno Sá, Andy Shevchenko,
	Jagath Jog J, Subhajit Ghosh, Marcelo Schmitt, Antoniu Miclaus,
	Eugene Zaikonnikov, linux-iio, linux-kernel

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>
---
 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;
 };
 
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-01-31 17:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH] iio: humidity: hdc2010: remove unused interrupt_config Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox