Changeset 467 for lm-sensors/trunk/kernel/chips/w83781d.c
- Timestamp:
- 06/02/99 20:19:38 (14 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/w83781d.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/w83781d.c
r466 r467 694 694 new_client->addr = address; 695 695 } 696 data->lock = MUTEX;696 init_MUTEX(&data->lock); 697 697 new_client->data = data; 698 698 new_client->adapter = adapter; … … 778 778 new_client->id = i; 779 779 data->valid = 0; 780 data->update_lock = MUTEX;780 init_MUTEX(&data->update_lock); 781 781 782 782 /* Tell the I2C layer a new client has arrived */
