Changeset 5273

Show
Ignore:
Timestamp:
06/07/08 20:32:03 (6 months ago)
Author:
khali
Message:

Drop redundant test in vt1211_alias_detect.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect

    r5270 r5273  
    55465546  my $i; 
    55475547  return 0 unless (inb($isa_addr + 0x48) & 0x7f) == $i2c_addr; 
    5548   return 0 unless (i2c_smbus_read_byte_data($file, 0x48) & 0x7f) == $i2c_addr; 
    55495548  for ($i = 0x2b; $i <= 0x3d; $i ++) { 
    55505549    return 0 unless inb($isa_addr + $i) == i2c_smbus_read_byte_data($file, $i);