Changeset 2551

Show
Ignore:
Timestamp:
05/18/04 21:50:05 (9 years ago)
Author:
khali
Message:

Fix temp4_crit not being settable.

Files:
1 modified

Legend:

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

    r2548 r2551  
    11321132                                            data->in_max[nr]); 
    11331133                } 
    1134                 if (*nrels_mag >= 3 && nr > 11) { 
     1134                if (*nrels_mag >= 3 && nr >= 11) { 
    11351135                        data->in_crit[nr-11] = IN_TO_REG(results[2], 
    11361136                                                         data->in_vref);