msm: camera: isp: Print context on release HW error

Print the context id in the error statement when release_hw is
called in top state with no hw resources acquired.

CRs-Fixed: 2709537
Change-Id: Ic153cc7f92cfc15a56e7989b0337a4e051af4c43
Signed-off-by: Anand Ravi <ananravi@codeaurora.org>
此提交包含在:
Anand Ravi
2020-09-15 14:56:16 -07:00
提交者 Gerrit - the friendly Code Review server
父節點 fe2f879a03
當前提交 8f5a2cd427

查看文件

@@ -3998,7 +3998,7 @@ static int __cam_isp_ctx_release_hw_in_top_state(struct cam_context *ctx,
&rel_arg);
ctx_isp->hw_ctx = NULL;
} else {
CAM_ERR(CAM_ISP, "No hw resources acquired for this ctx");
CAM_ERR(CAM_ISP, "No hw resources acquired for ctx[%u]", ctx->ctx_id);
}
ctx->last_flush_req = 0;