Changeset 499 for lm-sensors/trunk/kernel/sensors.c
- Timestamp:
- 07/21/99 00:46:49 (14 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/sensors.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/sensors.c
r496 r499 738 738 /* OK, so we really should examine this address. First check 739 739 whether there is some client here at all! */ 740 if (is_isa || ( smbus_read_byte(adapter,addr) >= 0))740 if (is_isa || (i2c_smbus_read_byte(adapter,addr) >= 0)) 741 741 if ((err = found_proc(adapter,addr,-1))) 742 742 return err;
