diff options
Diffstat (limited to 'src/drivers/acpi/thermal_zone')
-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 1a52997607..192e2e6599 100644 --- a/src/drivers/acpi/thermal_zone/thermal_zone.c +++ b/src/drivers/acpi/thermal_zone/thermal_zone.c @@ -61,7 +61,7 @@ static void thermal_zone_fill_ssdt(const struct device *dev) acpigen_write_thermal_zone(name); if (config->description) - acpigen_write_name_string("_STR", config->description); + acpigen_write_name_unicode("_STR", config->description); if (config->polling_period) acpigen_write_name_integer( |