Changeset 5942 for lm-sensors/trunk/prog
- Timestamp:
- 03/16/11 15:55:04 (14 months ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/sensors/chips.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/sensors/chips.c
r5880 r5942 441 441 }; 442 442 struct scale_table *scale = prefix_scales; 443 444 if (abs_value == 0) { 445 *prefixstr = ""; 446 return; 447 } 443 448 444 449 while (scale->upper_bound && abs_value > scale->upper_bound) {
