X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fthermal%2Fhisi_thermal.c;h=f6429666a1cfe03d1f122266938a5343cf744054;hb=d3304cadb2e24517938e24efd58fd9ee6504fefe;hp=97fad8f51e1c891ec26a296e25a6059419e529a0;hpb=1a946005b348fe4fbea9edfd02bc27b33752c08d;p=karo-tx-linux.git 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) 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;