Changeset 5371 for lm-sensors/trunk/kernel/chips/lm78.c
- Timestamp:
- 10/22/08 18:25:11 (4 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/lm78.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/lm78.c
r4651 r5371 330 330 && (lm78_read_value(new_client, LM78_REG_I2C_ADDR) != 331 331 address)) goto ERROR1; 332 /* Explicitly prevent the misdetection of Winbond chips */ 333 i = lm78_read_value(new_client, 0x4f); 334 if (i == 0xa3 || i == 0x5c) 335 goto ERROR1; 332 336 } 333 337
