msm: camera: common: Fix isp log errs and format errs

Fix isp log errs and format errs.

CRs-Fixed: 3499636
Change-Id: Ieb5b81b95dea440b1da17cb5bc9be86f75b7c4f6
Signed-off-by: Wang Kan <quic_wkan@quicinc.com>
This commit is contained in:
Wang Kan
2023-05-18 19:26:08 +08:00
committed by Camera Software Integration
parent 16652c1360
commit 56e0bcc8ee
6 changed files with 12 additions and 12 deletions

View File

@@ -837,7 +837,7 @@ static int __cam_isp_ctx_notify_v4l2_error_event(
if (rc)
CAM_ERR(CAM_ISP,
"Notifying v4l2 error [type: %u code: %u] failed for req id:%llu in ctx %u on link: 0x%x",
error_request_id, ctx->ctx_id);
error_type, error_code, error_request_id, ctx->ctx_id, ctx->link_hdl);
return rc;
}