Changeset 3334
- Timestamp:
- 07/21/99 11:17:21 (14 years ago)
- Files:
-
- 1 modified
-
i2c/trunk/kernel/i2c-core.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/kernel/i2c-core.c
r3333 r3334 1012 1012 case I2C_SMBUS_QUICK: 1013 1013 msg[0].len = 0; 1014 num = 1; /* Special case: The read/write field is used 1015 as data */ 1014 /* Special case: The read/write field is used as data */ 1015 msg[0].flags = (read_write==I2C_SMBUS_READ)?I2C_M_RD:0; 1016 num = 1; 1016 1017 break; 1017 1018 case I2C_SMBUS_BYTE:
