diff options
Diffstat (limited to 'drivers/thermal/hisi_thermal.c')
-rw-r--r-- | drivers/thermal/hisi_thermal.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/thermal/hisi_thermal.c b/drivers/thermal/hisi_thermal.c index 97fad8f51e1c..f6429666a1cf 100644 --- a/drivers/thermal/hisi_thermal.c +++ b/drivers/thermal/hisi_thermal.c | |||
@@ -237,7 +237,8 @@ static irqreturn_t hisi_thermal_alarm_irq_thread(int irq, void *dev) | |||
237 | if (!data->sensors[i].tzd) | 237 | if (!data->sensors[i].tzd) |
238 | continue; | 238 | continue; |
239 | 239 | ||
240 | thermal_zone_device_update(data->sensors[i].tzd); | 240 | thermal_zone_device_update(data->sensors[i].tzd, |
241 | THERMAL_EVENT_UNSPECIFIED); | ||
241 | } | 242 | } |
242 | 243 | ||
243 | return IRQ_HANDLED; | 244 | return IRQ_HANDLED; |