commit | 040b106ff8d6dcef5704f96ea84edfe28addb4a0 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Thu Aug 08 14:30:23 2019 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Tue Sep 03 12:47:17 2019 -0700 |
tree | 01ef84a75502ee0f3c74f53e38aa31cb48ad2cba | |
parent | 7db0db3f6cced88af881520dd993c5b0044a7760 [diff] |
hwmon: (lm75) Move updating the sample interval to its own function We'll need per-chip handling for updating the sample interval. To prepare for it, separate the code implementing it into its own function. Signed-off-by: Guenter Roeck <linux@roeck-us.net>