ubwcp: ignore scm return value until correct build is available

Revert this change once matching TZ is released.

Change-Id: I6b4de164907236c5953b03501eff0385c124f5d5
This commit is contained in:
Amol Jadi
2023-06-28 14:13:14 -07:00
parent ebba17f83d
commit 9d425151be

View File

@@ -240,8 +240,9 @@ static void prefetch_tgt_per_cpu(void *info)
ret = qcom_scm_prefetch_tgt_ctrl(ctrl->enable);
if (ret) {
ctrl->result = ret;
ERR("scm call failed, ret: %d enable: %d", ret, ctrl->enable);
//ctrl->result = ret;
//ERR("scm call failed, ret: %d enable: %d", ret, ctrl->enable);
DBG("scm call failed, ret: %d missing the matching TZ?", ret);
}
atomic_dec(&ctrl->cpu_count);