X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=drivers%2Fthermal%2Fqcom-spmi-temp-alarm.c;h=819c6d5d7aa714914b6611fb306fd74bea48344c;hb=44060abe1dd609d5efa641cce3784777ff5d507f;hp=f8a3c60bef94bcf32ca388ab0c2de8de034dab7c;hpb=1bb57c8a5e33bcbec031ce0c629968922d5af89d;p=cascardo%2Flinux.git diff --git a/drivers/thermal/qcom-spmi-temp-alarm.c b/drivers/thermal/qcom-spmi-temp-alarm.c index f8a3c60bef94..819c6d5d7aa7 100644 --- a/drivers/thermal/qcom-spmi-temp-alarm.c +++ b/drivers/thermal/qcom-spmi-temp-alarm.c @@ -150,7 +150,7 @@ static irqreturn_t qpnp_tm_isr(int irq, void *data) { struct qpnp_tm_chip *chip = data; - thermal_zone_device_update(chip->tz_dev); + thermal_zone_device_update(chip->tz_dev, THERMAL_EVENT_UNSPECIFIED); return IRQ_HANDLED; }