Changeset 4348 for lm-sensors/trunk/kernel/chips/lm90.c
- Timestamp:
- 03/18/07 10:45:21 (6 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/lm90.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/lm90.c
r3181 r4348 303 303 304 304 /* The ADM1032 supports PEC but not on write byte transactions, so we need 305 to explicit ely ask for a transaction without PEC. */305 to explicitly ask for a transaction without PEC. */ 306 306 static inline s32 adm1032_write_byte(struct i2c_client *client, u8 value) 307 307 {
