]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/thermal/hisi_thermal.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[linux-beck.git] / drivers / thermal / hisi_thermal.c
index 97fad8f51e1c891ec26a296e25a6059419e529a0..f6429666a1cfe03d1f122266938a5343cf744054 100644 (file)
@@ -237,7 +237,8 @@ static irqreturn_t hisi_thermal_alarm_irq_thread(int irq, void *dev)
                if (!data->sensors[i].tzd)
                        continue;
 
-               thermal_zone_device_update(data->sensors[i].tzd);
+               thermal_zone_device_update(data->sensors[i].tzd,
+                                          THERMAL_EVENT_UNSPECIFIED);
        }
 
        return IRQ_HANDLED;