Changeset 2999

Show
Ignore:
Timestamp:
05/12/05 16:51:34 (8 years ago)
Author:
mds
Message:

allow setting divisor to 128

Files:
1 modified

Legend:

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

    r2877 r2999  
    217217        val = SENSORS_LIMIT(val, 1, 
    218218                ((type == w83781d || type == as99127f) ? 8 : 128)) >> 1; 
    219         for (i = 0; i < 6; i++) { 
     219        for (i = 0; i < 7; i++) { 
    220220                if (val == 0) 
    221221                        break;