Changeset 2778
- Timestamp:
- 11/27/04 10:56:21 (8 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/busses/i2c-virtual.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/busses/i2c-virtual.c
r2765 r2778 256 256 of time what sort of physical adapter we'll be dealing with. 257 257 */ 258 algo->owner = NULL;259 258 algo->id = I2C_ALGO_VIRT; 260 259 strcpy(algo->name, "Virtual I2C algorithm driver"); … … 273 272 274 273 /* Now fill out new adapter structure */ 275 adap->owner = NULL; 274 adap->inc_use = NULL; 275 adap->dec_use = NULL; 276 276 snprintf(adap->name, sizeof(adap->name), 277 277 "Virtual I2C (i2c-%d, mux %02lx:%02lx)",
