hwmon: (ltc2945) Handle error case in ltc2945_value_store
authorJonathan Cormier <jcormier@criticallink.com>
Thu, 26 Jan 2023 22:32:25 +0000 (17:32 -0500)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 3 Feb 2023 15:30:10 +0000 (07:30 -0800)
commit178b01eccfb0b8149682f61388400bd3d903dddc
tree567c70d7458a5a5713d6ba196d4047ec768c587c
parent4b0654e2c35938f5613edb3bc7550130145ebe62
hwmon: (ltc2945) Handle error case in ltc2945_value_store

ltc2945_val_to_reg errors were not being handled
which would have resulted in register being set to
0 (clamped) instead of being left alone.

Fixes: 6700ce035f83 ("hwmon: Driver for Linear Technologies LTC2945")

Signed-off-by: Jonathan Cormier <jcormier@criticallink.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/ltc2945.c