Changeset 1420
- Timestamp:
- 07/04/02 19:14:52 (11 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/via686a.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/via686a.c
r1378 r1420 81 81 82 82 /* Insmod parameters */ 83 SENSORS_INSMOD_ 1(via686a);83 SENSORS_INSMOD_2(via686a, vt8231); 84 84 85 85 /* … … 857 857 DIV_FROM_REG(data->fan_div 858 858 [nr - 1])); 859 results[1] = 860 FAN_FROM_REG(data->fan[nr - 1], 859 results[1] = FAN_FROM_REG(data->fan[nr - 1], 861 860 DIV_FROM_REG(data->fan_div[nr - 1])); 862 861 *nrels_mag = 2;
