[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241118-hwmon-thermal-v3-0-9c17973e7342@weissschuh.net>
Date: Mon, 18 Nov 2024 07:15:57 +0100
From: Thomas Weißschuh <linux@...ssschuh.net>
To: Jean Delvare <jdelvare@...e.com>, Guenter Roeck <linux@...ck-us.net>,
"Rafael J. Wysocki" <rafael@...nel.org>,
Daniel Lezcano <daniel.lezcano@...aro.org>, Zhang Rui <rui.zhang@...el.com>,
Lukasz Luba <lukasz.luba@....com>
Cc: linux-hwmon@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-pm@...r.kernel.org,
Thomas Weißschuh <linux@...ssschuh.net>
Subject: [PATCH v3 0/2] hwmon: (core) Avoid ifdef CONFIG_THERMAL in C
source file
Replace some confusing ifdeffery with IS_ENABLED() conditionals.
The ifdefs confused me while looking at the implementation of
HWMON_C_REGISTER_TZ.
Signed-off-by: Thomas Weißschuh <linux@...ssschuh.net>
---
Changes in v3:
- Fix warning "omitting the parameter name in a function definition is a C23 extension [-Werror,-Wc23-extensions]"
- Link to v2: https://lore.kernel.org/r/20241115-hwmon-thermal-v2-0-c96f0c0984b2@weissschuh.net
Changes in v2:
- Add stub for thermal_zone_device_update()
- Link to v1: https://lore.kernel.org/r/20241113-hwmon-thermal-v1-1-71270be7f7a2@weissschuh.net
---
Thomas Weißschuh (2):
thermal: core: Add stub for thermal_zone_device_update()
hwmon: (core) Avoid ifdef CONFIG_THERMAL in C source file
drivers/hwmon/hwmon.c | 21 ++++++---------------
include/linux/thermal.h | 4 ++++
2 files changed, 10 insertions(+), 15 deletions(-)
---
base-commit: f66d6acccbc08b4146f4c2cf9445241f70f5517d
change-id: 20241113-hwmon-thermal-2d2da581c276
Best regards,
--
Thomas Weißschuh <linux@...ssschuh.net>
Powered by blists - more mailing lists