summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/f71882fg.c
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2011-03-26 05:45:02 -0400
committerJean Delvare <khali@endymion.delvare>2011-03-26 05:45:02 -0400
commit5d7f77bf66bfa986754b3e12073bef0ab8cd61bd (patch)
treeaca11e891d8af9e53967dedcdca47ad0b0eb5566 /drivers/hwmon/f71882fg.c
parentf27def07bfb296d5eb441cd5777d351c7afcb4a1 (diff)
hwmon: (f71882fg) Document all supported devices
The list of supported devices was not always well documented in all places. Clarify and list all devices in documentation, Kconfig and the driver itself. Signed-off-by: Jean Delvare <khali@linux-fr.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
Diffstat (limited to 'drivers/hwmon/f71882fg.c')
-rw-r--r--drivers/hwmon/f71882fg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/f71882fg.c b/drivers/hwmon/f71882fg.c
index 222c7f4a1e3f..29879046fe53 100644
--- a/drivers/hwmon/f71882fg.c
+++ b/drivers/hwmon/f71882fg.c
@@ -114,7 +114,7 @@ static const char *f71882fg_names[] = {
114 "f71862fg", 114 "f71862fg",
115 "f71869", /* Both f71869f and f71869e, reg. compatible and same id */ 115 "f71869", /* Both f71869f and f71869e, reg. compatible and same id */
116 "f71882fg", 116 "f71882fg",
117 "f71889fg", 117 "f71889fg", /* f81801u too, same id */
118 "f71889ed", 118 "f71889ed",
119 "f8000", 119 "f8000",
120}; 120};