diff options
Diffstat (limited to 'drivers/acpi/thermal.c')
-rw-r--r-- | drivers/acpi/thermal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c index c11f9aeca706..1ba9d61ea69a 100644 --- a/drivers/acpi/thermal.c +++ b/drivers/acpi/thermal.c | |||
@@ -367,7 +367,7 @@ static int acpi_thermal_trips_update(struct acpi_thermal *tz, int flag) | |||
367 | /* | 367 | /* |
368 | * Treat freezing temperatures as invalid as well; some | 368 | * Treat freezing temperatures as invalid as well; some |
369 | * BIOSes return really low values and cause reboots at startup. | 369 | * BIOSes return really low values and cause reboots at startup. |
370 | * Below zero (Celcius) values clearly aren't right for sure.. | 370 | * Below zero (Celsius) values clearly aren't right for sure.. |
371 | * ... so lets discard those as invalid. | 371 | * ... so lets discard those as invalid. |
372 | */ | 372 | */ |
373 | if (ACPI_FAILURE(status) || | 373 | if (ACPI_FAILURE(status) || |