msm: camera: isp: Fix the log print issue

The integer variable can't be print with %s.

CRs-Fixed: 3241910
Change-Id: I1ce84e535ec7fd5f1060fc8a0f646558bd0c08a1
Signed-off-by: Depeng Shao <quic_depengs@quicinc.com>
This commit is contained in:
Depeng Shao
2022-07-12 20:19:53 +08:00
committed by Camera Software Integration
parent 10e232212d
commit e3e48ebd35

View File

@@ -8925,7 +8925,7 @@ static int cam_ife_hw_mgr_update_scratch_offset(
port_info = &ctx->scratch_buf_info.sfe_scratch_config->buf_info[res_id];
port_info->offset = wm_config->offset;
CAM_DBG(CAM_ISP, "Scratch addr: 0x%x offset: %u updated for: %s",
CAM_DBG(CAM_ISP, "Scratch addr: 0x%x offset: %u updated for: 0x%x",
port_info->io_addr, port_info->offset, wm_config->port_type);
return 0;