Changeset 2867 for lm-sensors/trunk/kernel/chips/saa1064.c
- Timestamp:
- 01/23/05 19:02:43 (8 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/saa1064.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/saa1064.c
r2826 r2867 184 184 }; 185 185 186 static int saa1064_id = 0;187 188 186 static int saa1064_attach_adapter(struct i2c_adapter *adapter) 189 187 { … … 246 244 /* Fill in the remaining client fields and put it into the global list */ 247 245 strcpy(new_client->name, client_name); 248 249 new_client->id = saa1064_id++;250 246 data->valid = 0; 251 247 init_MUTEX(&data->update_lock);
