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