From: Christophe JAILLET Date: Tue, 30 Apr 2024 21:09:07 +0000 (+0200) Subject: hwmon: (stts751) Remove an unused field in struct stts751_priv X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b2728c095c0aeefaa7a0f6955fb76dd50f9906e4;p=linux.git hwmon: (stts751) Remove an unused field in struct stts751_priv In "struct stts751_priv", the 'smbus_timeout' field is unused. Remove it. Found with cppcheck, unusedStructMember. Signed-off-by: Christophe JAILLET Link: https://lore.kernel.org/r/94ccf9caaa6b0101351bf381f09f4428c5e0835c.1714511322.git.christophe.jaillet@wanadoo.fr Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/stts751.c b/drivers/hwmon/stts751.c index 427a65dd6f199..e7632081a1d14 100644 --- a/drivers/hwmon/stts751.c +++ b/drivers/hwmon/stts751.c @@ -91,7 +91,6 @@ struct stts751_priv { int event_max, event_min; int therm; int hyst; - bool smbus_timeout; int temp; unsigned long last_update, last_alert_update; u8 config;