Changeset 2867 for lm-sensors/trunk/kernel/chips/fscscy.c
- Timestamp:
- 01/23/05 19:02:43 (8 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/fscscy.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/fscscy.c
r2784 r2867 217 217 static void fscscy_intrusion(struct i2c_client *client, int operation, 218 218 int ctl_name, int *nrels_mag, long *results); 219 220 static int fscscy_id = 0;221 219 222 220 static struct i2c_driver fscscy_driver = { … … 359 357 /* Fill in the remaining client fields and put it into the global list */ 360 358 strcpy(new_client->name, client_name); 361 362 new_client->id = fscscy_id++;363 359 data->valid = 0; 364 360 init_MUTEX(&data->update_lock);
