Show
Ignore:
Timestamp:
03/20/01 00:56:55 (11 years ago)
Author:
mds
Message:

use normal_i2c[] instead of normal_i2c_range[] since only one address.

Files:
1 modified

Legend:

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

    r1015 r1037  
    5151/* Addresses to scan */ 
    5252#define ADDRESS 0x69 
    53 static unsigned short normal_i2c[] = { SENSORS_I2C_END }; 
    54 static unsigned short normal_i2c_range[] = {ADDRESS, ADDRESS, SENSORS_I2C_END}; 
     53static unsigned short normal_i2c[] = { ADDRESS, SENSORS_I2C_END }; 
     54static unsigned short normal_i2c_range[] = { SENSORS_I2C_END }; 
    5555static unsigned int normal_isa[] = { SENSORS_ISA_END }; 
    5656static unsigned int normal_isa_range[] = { SENSORS_ISA_END };