Changeset 3228
- Timestamp:
- 01/10/06 12:22:06 (7 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/w83627hf.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/w83627hf.c
r3226 r3228 294 294 char valid; /* !=0 if following fields are valid */ 295 295 unsigned long last_updated; /* In jiffies */ 296 297 struct i2c_client *lm75; /* for secondary I2C addresses */298 /* pointer to array of 2 subclients */299 296 300 297 u8 in[9]; /* Register value */ … … 717 714 if ((err = i2c_attach_client(new_client))) 718 715 goto ERROR3; 719 720 data->lm75 = NULL;721 716 722 717 /* Register a new directory entry with module sensors */
