diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/drivers/acpi/thermal_zone/thermal_zone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/acpi/thermal_zone/thermal_zone.c b/src/drivers/acpi/thermal_zone/thermal_zone.c index 34fa1b8c7a..ef95bed23a 100644 --- a/src/drivers/acpi/thermal_zone/thermal_zone.c +++ b/src/drivers/acpi/thermal_zone/thermal_zone.c @@ -16,7 +16,7 @@ #define DEFAULT_TC2 5 #define DEFAULT_TSP 10 -#define CELSIUS_TO_DECI_KELVIN(temp_c) ((temp_c) * 10 + 2731) +#define CELSIUS_TO_DECI_KELVIN(temp_c) ((temp_c) * 10 + 2732) #define SECONDS_TO_DECI_SECONDS(s) ((s) * 10) static const char *thermal_zone_acpi_name(const struct device *dev) |