summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/thermal/msm_thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/msm_thermal.c b/drivers/thermal/msm_thermal.c
index b1f4c3f27111..4b586f62cdc7 100644
--- a/drivers/thermal/msm_thermal.c
+++ b/drivers/thermal/msm_thermal.c
@@ -2858,7 +2858,7 @@ static void msm_thermal_bite(int zone_id, int temp)
tsens_id, temp);
}
/* If it is a secure device ignore triggering the thermal bite. */
- if (scm_is_secure_device())
+ if (!scm_is_secure_device())
return;
if (!is_scm_armv8()) {
scm_call_atomic1(SCM_SVC_BOOT, THERM_SECURE_BITE_CMD, 0);