diff options
Diffstat (limited to 'drivers/thermal/int340x_thermal/processor_thermal_device.c')
-rw-r--r-- | drivers/thermal/int340x_thermal/processor_thermal_device.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/thermal/int340x_thermal/processor_thermal_device.c b/drivers/thermal/int340x_thermal/processor_thermal_device.c index 42c1ac057bad..ff3b36f339e3 100644 --- a/drivers/thermal/int340x_thermal/processor_thermal_device.c +++ b/drivers/thermal/int340x_thermal/processor_thermal_device.c | |||
@@ -258,7 +258,8 @@ static void proc_thermal_notify(acpi_handle handle, u32 event, void *data) | |||
258 | switch (event) { | 258 | switch (event) { |
259 | case PROC_POWER_CAPABILITY_CHANGED: | 259 | case PROC_POWER_CAPABILITY_CHANGED: |
260 | proc_thermal_read_ppcc(proc_priv); | 260 | proc_thermal_read_ppcc(proc_priv); |
261 | int340x_thermal_zone_device_update(proc_priv->int340x_zone); | 261 | int340x_thermal_zone_device_update(proc_priv->int340x_zone, |
262 | THERMAL_DEVICE_POWER_CAPABILITY_CHANGED); | ||
262 | break; | 263 | break; |
263 | default: | 264 | default: |
264 | dev_err(proc_priv->dev, "Unsupported event [0x%x]\n", event); | 265 | dev_err(proc_priv->dev, "Unsupported event [0x%x]\n", event); |