Changeset 492 for lm-sensors/trunk/kernel/chips/adm9240.c
- Timestamp:
- 06/23/99 00:09:09 (14 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/adm9240.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/adm9240.c
r467 r492 371 371 372 372 if (kind < 0) { 373 if (((adm9240_read_value(new_client,ADM9240_REG_CONFIG) & 0x80) != 0x 80) ||373 if (((adm9240_read_value(new_client,ADM9240_REG_CONFIG) & 0x80) != 0x00) || 374 374 (adm9240_read_value(new_client,ADM9240_REG_I2C_ADDR) != address)) 375 375 goto ERROR1;
