This is an automatically generated commit which aids following Kernel patch history, as git will see the move and copy as a rename thus defeating the purpose. For the original discussion see: https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de> Link: https://github.com/openwrt/openwrt/pull/18975 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
10 lines
359 B
Diff
10 lines
359 B
Diff
--- a/drivers/hwmon/iei-wt61p803-puzzle-hwmon.c
|
|
+++ b/drivers/hwmon/iei-wt61p803-puzzle-hwmon.c
|
|
@@ -251,6 +251,7 @@ static const struct hwmon_ops iei_wt61p8
|
|
};
|
|
|
|
static const struct hwmon_channel_info *iei_wt61p803_puzzle_info[] = {
|
|
+ HWMON_CHANNEL_INFO(chip, HWMON_C_REGISTER_TZ),
|
|
HWMON_CHANNEL_INFO(pwm,
|
|
HWMON_PWM_INPUT,
|
|
HWMON_PWM_INPUT),
|