X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=drivers%2Fthermal%2Fqcom-spmi-temp-alarm.c;h=819c6d5d7aa714914b6611fb306fd74bea48344c;hb=1e90a13d0c3dc94512af1ccb2b6563e8297838fa;hp=f8a3c60bef94bcf32ca388ab0c2de8de034dab7c;hpb=d4e65476bc68dbc9231b3c772b71f1576579b6fb;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; }