Changeset 2867 for lm-sensors/trunk/kernel/chips/fscher.c
- Timestamp:
- 01/23/05 19:02:43 (8 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/fscher.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/fscher.c
r2784 r2867 160 160 static void fscher_wdog(struct i2c_client *client, int operation, 161 161 int ctl_name, int *nrels_mag, long *results); 162 163 static int fscher_id = 0;164 162 165 163 static struct i2c_driver fscher_driver = { … … 297 295 global list */ 298 296 strcpy(new_client->name, client_name); 299 300 new_client->id = fscher_id++;301 297 data->valid = 0; 302 298 init_MUTEX(&data->update_lock);
