hwmon: (gpd-fan) Fix range check for pwm input
authorCryolitia PukNgae <cryolitia@uniontech.com>
Fri, 19 Sep 2025 08:38:49 +0000 (16:38 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 24 Sep 2025 14:38:33 +0000 (07:38 -0700)
commit1fac317b6cae373d5d1a5695a5175c65c745922f
tree4c985f00090882f01e5fd1da94fb6c8d51494aa4
parentbef3c793542b132ab1dc19076ce4f91594b5fbdc
hwmon: (gpd-fan) Fix range check for pwm input

Fixed the maximum value in the PWM input range check, allowing the
input to be set to 255.

Fixes: 0ab88e239439 ("hwmon: add GPD devices sensor driver")
Reported-by: Chenx Dust <chenx_dust@outlook.com>
Link: https://github.com/Cryolitia/gpd-fan-driver/pull/18
Co-developed-by: Chenx Dust <chenx_dust@outlook.com>
Signed-off-by: Chenx Dust <chenx_dust@outlook.com>
Signed-off-by: Cryolitia PukNgae <cryolitia@uniontech.com>
Link: https://lore.kernel.org/r/20250919-hwmon-v1-1-2b69c8b9c062@uniontech.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/gpd-fan.c