hwmon: (occ) Fix poll rate limiting
authorEddie James <eajames@linux.ibm.com>
Thu, 29 Apr 2021 15:13:36 +0000 (10:13 -0500)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 10 May 2021 13:27:33 +0000 (06:27 -0700)
commit5216dff22dc2bbbbe6f00335f9fd2879670e753b
tree63c697a13879a0afdba14e6adb937bd90aef82bd
parent726c945ab2ebd104631b6105ab455a5bc604a3f1
hwmon: (occ) Fix poll rate limiting

The poll rate limiter time was initialized at zero. This breaks the
comparison in time_after if jiffies is large. Switch to storing the
next update time rather than the previous time, and initialize the
time when the device is probed.

Fixes: c10e753d43eb ("hwmon (occ): Add sensor types and versions")
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Link: https://lore.kernel.org/r/20210429151336.18980-1-eajames@linux.ibm.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/occ/common.c
drivers/hwmon/occ/common.h