Changeset 5818

Show
Ignore:
Timestamp:
01/18/10 17:22:07 (3 years ago)
Author:
khali
Message:

Minor cleanup in adt7490_detect().

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/prog/detect/sensors-detect

    r5817 r5818  
    43594359sub adt7490_detect 
    43604360{ 
    4361         my ($file, $addr, $chip) = @_; 
     4361        my ($file, $addr) = @_; 
    43624362        my $mid = i2c_smbus_read_byte_data($file, 0x3e); 
    43634363        my $cid = i2c_smbus_read_byte_data($file, 0x3f);