• J
    hwmon: (w83795) Get rid of VRLSB_SHIFT · a654b9d4
    Jean Delvare 提交于
    VRLSB_SHIFT is a non-sense, the actual shift depends on the sensor
    type (fans need 4, other sensors need 6). Get rid of it to prevent
    any confusion. Also get rid of the useless masking, the meaningful
    bits are always the MSb so there's nothing to mask out after
    shifting.
    Signed-off-by: NJean Delvare <khali@linux-fr.org>
    a654b9d4
w83795.c 59.9 KB