Changeset 4095

Show
Ignore:
Timestamp:
08/13/06 16:28:30 (7 years ago)
Author:
khali
Message:

Restore errors on it87 in3 and in7, I misread the datasheets, these inputs
are always present, although different pins may be used.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/prog/sensors/chips.c

    r4093 r4095  
    35403540             cur,min,max,alarms&IT87_ALARM_IN3?"ALARM":""); 
    35413541    } 
    3542   } 
     3542  } else 
     3543    printf("ERROR: Can't get IN3 data!\n"); 
    35433544  free(label); 
    35443545  if (!sensors_get_label_and_valid(*name,SENSORS_IT87_IN4,&label,&valid) && 
     
    35853586             cur,min,max,alarms&IT87_ALARM_IN7?"ALARM":""); 
    35863587    } 
    3587   } 
     3588  } else 
     3589    printf("ERROR: Can't get IN7 data!\n"); 
    35883590  free(label); 
    35893591  if (!sensors_get_label_and_valid(*name,SENSORS_IT87_IN8,&label,&valid) &&