Changeset 5216 for lm-sensors/trunk/kernel/busses/i2c-sis5595.c
- Timestamp:
- 05/01/08 12:22:49 (5 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/busses/i2c-sis5595.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/busses/i2c-sis5595.c
r4278 r5216 358 358 SIS5595_WORD_DATA; 359 359 break; 360 /*361 case I2C_SMBUS_BLOCK_DATA:362 printk("sis5595.o: Block data not yet implemented!\n");363 return -1;364 break;365 */366 360 default: 367 361 printk … … 381 375 382 376 switch (size) { 383 case SIS5595_BYTE: /* Where is the result put? I assume here it is in 384 SMB_DATA but it might just as well be in the 385 SMB_CMD. No clue in the docs */ 377 case SIS5595_BYTE: 386 378 case SIS5595_BYTE_DATA: 387 379 data->byte = sis5595_read(SMB_BYTE);
