Changeset 3125
- Timestamp:
- 10/17/05 21:29:17 (3 years ago)
- Files:
-
- lm-sensors/trunk/kernel/busses/i2c-amd8111.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/kernel/busses/i2c-amd8111.c
r2827 r3125 250 250 251 251 case I2C_SMBUS_BLOCK_PROC_CALL: 252 protocol |= pec;253 252 len = min_t(u8, data->block[0], 31); 254 253 amd_ec_write(smbus, AMD_SMB_CMD, command);
