Merge "msm: camera: isp: Release mutex in case of error" into camera-kernel.lnx.7.0

这个提交包含在:
Wasim Khan
2024-02-12 04:17:50 -08:00
提交者 Gerrit - the friendly Code Review server
当前提交 d15a414b70

查看文件

@@ -8129,6 +8129,7 @@ static int cam_ife_mgr_start_hw(void *hw_mgr_priv, void *start_hw_args)
"SAFE SCM call failed:Check TZ/HYP dependency, ctx_idx: %u",
ctx->ctx_index);
rc = -EFAULT;
mutex_unlock(&g_ife_hw_mgr.ctx_mutex);
goto deinit_hw;
}
}