aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi')
-rw-r--r--drivers/acpi/thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c
index ec707ed1a70f..5e9641c93fcd 100644
--- a/drivers/acpi/thermal.c
+++ b/drivers/acpi/thermal.c
@@ -1136,7 +1136,7 @@ static int acpi_thermal_register_thermal_zone(struct acpi_thermal *tz)
1136 1136
1137 for (i = 0; i < ACPI_THERMAL_MAX_ACTIVE && 1137 for (i = 0; i < ACPI_THERMAL_MAX_ACTIVE &&
1138 tz->trips.active[i].flags.valid; i++, trips++); 1138 tz->trips.active[i].flags.valid; i++, trips++);
1139 tz->thermal_zone = thermal_zone_device_register("ACPI thermal zone", 1139 tz->thermal_zone = thermal_zone_device_register("acpitz",
1140 trips, tz, &acpi_thermal_zone_ops); 1140 trips, tz, &acpi_thermal_zone_ops);
1141 if (IS_ERR(tz->thermal_zone)) 1141 if (IS_ERR(tz->thermal_zone))
1142 return -ENODEV; 1142 return -ENODEV;