Changeset 3926

Show
Ignore:
Timestamp:
10/10/04 12:58:53 (4 years ago)
Author:
khali
Message:

Increase SENSORS_ENTRY_MAX to 24. This is needed for the Tyan

S4882 (22 chips!)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • i2c/trunk/CHANGES

    r3925 r3926  
    1919 
    20202.9.0 (2004????) 
     21  i2c-proc.c: Increase SENSORS_ENTRY_MAX to 24 
    2122 
    22232.8.8 (20041007) 
  • i2c/trunk/kernel/i2c-proc.c

    r3922 r3926  
    5353                                void **context); 
    5454 
    55 #define SENSORS_ENTRY_MAX 20 
     55#define SENSORS_ENTRY_MAX 24 
    5656static struct ctl_table_header *i2c_entries[SENSORS_ENTRY_MAX]; 
    5757