Changeset 2867 for lm-sensors/trunk/kernel/chips/matorb.c
- Timestamp:
- 01/23/05 19:02:43 (8 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/matorb.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/matorb.c
r2784 r2867 92 92 }; 93 93 94 static int matorb_id = 0;95 96 94 static int matorb_attach_adapter(struct i2c_adapter *adapter) 97 95 { … … 147 145 /* Fill in the remaining client fields and put it into the global list */ 148 146 strcpy(new_client->name, client_name); 149 150 new_client->id = matorb_id++;151 147 data->valid = 0; 152 148 init_MUTEX(&data->update_lock);
