]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/thermal/db8500_thermal.c
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[karo-tx-linux.git] / drivers / thermal / db8500_thermal.c
index 652acd8fbe48e2334ab887df96272859f12c11bf..e776cea80cfcb19bc61c12908b71969a55f3e64e 100644 (file)
@@ -306,7 +306,7 @@ static void db8500_thermal_work(struct work_struct *work)
        if (cur_mode == THERMAL_DEVICE_DISABLED)
                return;
 
-       thermal_zone_device_update(pzone->therm_dev);
+       thermal_zone_device_update(pzone->therm_dev, THERMAL_EVENT_UNSPECIFIED);
        dev_dbg(&pzone->therm_dev->device, "thermal work finished.\n");
 }