• Rusty Lynch's avatar
    [PATCH] I2C: bugfix for initialization bug in adm1021 driver · b33e0eeb
    Rusty Lynch authored
    While initializing the adm1021 device, the driver is performing a conversion
    from fixed point to Celcius on values that were declaired as Celcius.  On
    my Dell Precision 220 this results in a shutdown after a couple of minutes
    running.
    
    This is a very simple patch against the 2.6.0-test3 tree that just removes the
    conversion.
    b33e0eeb
adm1021.c 14.5 KB