use max/min of the sensor for the threshold if not overriden by the configuration
[psensor.git] / src / lib / lmsensor.c
index 32785b6..ccd2fd5 100644 (file)
@@ -211,7 +211,6 @@ lmsensor_psensor_create(const sensors_chip_name *chip,
 
        psensor = psensor_create(id, label, cname, type, values_max_length);
 
-
        sf = sensors_get_subfeature(chip, feature, SENSORS_SUBFEATURE_TEMP_MAX);
        if (sf)
                psensor->max = get_value(chip, sf);