Changeset 4401

Show
Ignore:
Timestamp:
05/13/07 05:43:05 (6 years ago)
Author:
mmh
Message:

Bugfix: report current prochot value properly.

Files:
1 modified

Legend:

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

    r3167 r4401  
    11101110                lm93_update_client(client); 
    11111111                results[0] = data->prochot_max[nr]; 
    1112                 results[1] = data->block4[nr].avg; 
     1112                results[1] = data->block4[nr].cur; 
    11131113                results[2] = data->block4[nr].avg; 
    11141114                *nrels_mag = 3;