diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-02-14 15:15:03 -0500 |
---|---|---|
committer | Jean Delvare <khali@arrakis.delvare> | 2007-02-14 15:15:03 -0500 |
commit | ed6bafbf6017d6a007b39de6b65ad3b8ae4c8aee (patch) | |
tree | f63bb4d3d5bd762b32fd94f3dd3b2fe31525e1bb /drivers/hwmon/w83627hf.c | |
parent | 7f999aa726ded3fd10d7619945e8b7d7e39833b3 (diff) |
hwmon: Cleanup a bogus legacy comment
Cleanup a bogus legacy comment that has been replicated to many
hardware monitoring drivers.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/w83627hf.c')
-rw-r--r-- | drivers/hwmon/w83627hf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/hwmon/w83627hf.c b/drivers/hwmon/w83627hf.c index dfdc29c77123..d7e240635b3b 100644 --- a/drivers/hwmon/w83627hf.c +++ b/drivers/hwmon/w83627hf.c | |||
@@ -286,9 +286,8 @@ static inline u8 DIV_TO_REG(long val) | |||
286 | return ((u8) i); | 286 | return ((u8) i); |
287 | } | 287 | } |
288 | 288 | ||
289 | /* For each registered chip, we need to keep some data in memory. That | 289 | /* For each registered chip, we need to keep some data in memory. |
290 | data is pointed to by w83627hf_list[NR]->data. The structure itself is | 290 | The structure is dynamically allocated. */ |
291 | dynamically allocated, at the same time when a new client is allocated. */ | ||
292 | struct w83627hf_data { | 291 | struct w83627hf_data { |
293 | struct i2c_client client; | 292 | struct i2c_client client; |
294 | struct class_device *class_dev; | 293 | struct class_device *class_dev; |