Changeset 3155

Show
Ignore:
Timestamp:
10/30/05 14:02:47 (8 years ago)
Author:
khali
Message:

Drop useless w83627hf initialization step (backported from Linux
2.6).

Files:
1 modified

Legend:

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

    r3147 r3155  
    195195#define W83627HF_REG_PWM1 0x5A 
    196196#define W83627HF_REG_PWM2 0x5B 
    197 #define W83627HF_REG_PWMCLK12 0x5C 
    198197 
    199198#define W83627THF_REG_PWM1              0x01    /* 697HF and 637HF too */ 
     
    942941                } 
    943942 
    944                 if (type == w83627hf) { 
    945                         /* enable PWM2 control (can't hurt since PWM reg 
    946                            should have been reset to 0xff) */ 
    947                         w83627hf_write_value(client, W83627HF_REG_PWMCLK12, 0x19); 
    948                 } 
    949943                /* enable comparator mode for temp2 and temp3 so 
    950944                   alarm indication will work correctly */