summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Roeck <guenter.roeck@ericsson.com>2011-04-08 11:30:17 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2011-04-08 11:30:17 +1000
commit1bb8f9f40076598f5ba9155d0b0eafc6978f273b (patch)
tree23c5eeb0a1a6d6006289ce46d65b2af5ddfbbbb1
parent3abd78cf0fc2b6c972034b1de5620d1137bcc60e (diff)
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: Guenter Roeck <guenter.roeck@ericsson.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>
-rw-r--r--Documentation/hwmon/lm906
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/hwmon/lm90 b/Documentation/hwmon/lm90
index aa820aca7953..f3efd18e87f4 100644
--- a/Documentation/hwmon/lm90
+++ b/Documentation/hwmon/lm90
@@ -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
applies to the remote hysteresis.
-The lm90 driver will not update its values more frequently than every
-other second; reading them more often will do no harm, but will return
-'old' values.
+The lm90 driver will not update its values more frequently than configured with
+the update_interval attribute; reading them more often will do no harm, but will
+return 'old' values.
SMBus Alert Support
-------------------