]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/thermal/samsung/exynos_thermal_common.c
thermal: exynos: Remove check for thermal device pointer at exynos_report_trigger()
[karo-tx-linux.git] / drivers / thermal / samsung / exynos_thermal_common.c
index f10a6ad37c0609fd2383061d1c4f651bb9cde36b..c2301da08ac7bb0958755b5f2b1291447f4aae6a 100644 (file)
@@ -310,8 +310,6 @@ void exynos_report_trigger(struct thermal_sensor_conf *conf)
        }
 
        th_zone = conf->pzone_data;
-       if (th_zone->therm_dev)
-               return;
 
        if (th_zone->bind == false) {
                for (i = 0; i < th_zone->cool_dev_size; i++) {