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>
This commit is contained in:
committed by
Jean Delvare
parent
7f999aa726
commit
ed6bafbf60
@@ -298,11 +298,6 @@ static int ZONE_TO_REG( int zone )
|
||||
#define LM85_DATA_INTERVAL (HZ + HZ / 2)
|
||||
#define LM85_CONFIG_INTERVAL (1 * 60 * HZ)
|
||||
|
||||
/* For each registered LM85, we need to keep some data in memory. That
|
||||
data is pointed to by lm85_list[NR]->data. The structure itself is
|
||||
dynamically allocated, at the same time when a new lm85 client is
|
||||
allocated. */
|
||||
|
||||
/* LM85 can automatically adjust fan speeds based on temperature
|
||||
* This structure encapsulates an entire Zone config. There are
|
||||
* three zones (one for each temperature input) on the lm85
|
||||
@@ -329,6 +324,8 @@ struct lm85_autofan {
|
||||
u8 min_off; /* Min PWM or OFF below "limit", flag */
|
||||
};
|
||||
|
||||
/* For each registered chip, we need to keep some data in memory.
|
||||
The structure is dynamically allocated. */
|
||||
struct lm85_data {
|
||||
struct i2c_client client;
|
||||
struct class_device *class_dev;
|
||||
|
Reference in New Issue
Block a user