Commit 177e7592 authored by Guenter Roeck's avatar Guenter Roeck Committed by Jean Delvare
Browse files

hwmon: (lm90) Fix update interval information in driver documentation



The lm90 driver's attribute update interval is configurable.
Reflect this information in the driver documentation.

Signed-off-by: default avatarGuenter Roeck <guenter.roeck@ericsson.com>
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent 5a4e5e6a
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -205,9 +205,9 @@ are exported, one for each channel, but these values are of course linked.
Only the local hysteresis can be set from user-space, and the same delta
Only the local hysteresis can be set from user-space, and the same delta
applies to the remote hysteresis.
applies to the remote hysteresis.


The lm90 driver will not update its values more frequently than every
The lm90 driver will not update its values more frequently than configured with
other second; reading them more often will do no harm, but will return
the update_interval attribute; reading them more often will do no harm, but will
'old' values.
return 'old' values.


SMBus Alert Support
SMBus Alert Support
-------------------
-------------------