Changeset 4575

Show
Ignore:
Timestamp:
07/07/07 10:11:09 (1 year ago)
Author:
khali
Message:

Minor optimization in print_lm85().

Files:

Legend:

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

    r4574 r4575  
    15611561  int is1027, is7463, is6d100, xadc; 
    15621562 
    1563   is1027 = !strcmp(name->prefix,"adm1027") 
    1564            || !strcmp(name->prefix,"adt7463") ; 
    15651563  is7463 = !strcmp(name->prefix, "adt7463"); 
     1564  is1027 = is7463 || !strcmp(name->prefix, "adm1027"); 
    15661565  is6d100 = !strcmp(name->prefix,"emc6d100") ; 
    15671566  xadc = is1027 || !strcmp(name->prefix, "emc6d102");