Browse Source

msm: camera: isp: Fix address for ISP active request dump for LDAR

Fixes LDAR dump for ISP active requests by passing in the correct
address to dump helper function.

CRs-Fixed: 3215380
Change-Id: I1b4ad1c041cc3c965e7f95f9ef8129e26dce5344
Signed-off-by: Joshua Florez <[email protected]>
Joshua Florez 3 years ago
parent
commit
7243cf0920
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/cam_isp/cam_isp_context.c

+ 1 - 1
drivers/cam_isp/cam_isp_context.c

@@ -4626,7 +4626,7 @@ static int __cam_isp_ctx_dump_req_info(
 					"ISP_OUT_FENCE_REQUEST_ACTIVE.%s.%u.%d:",
 					__cam_isp_ife_sfe_resource_handle_id_to_type(
 						req_isp->fence_map_out[i].resource_handle),
-					&(req_isp->fence_map_out[i].image_buf_addr),
+					req_isp->fence_map_out[i].image_buf_addr[0],
 					req_isp->fence_map_out[i].sync_id);
 
 				if (rc) {