Merge "msm: camera: isp: fix incorrect sizeof expression" into camera-kernel.lnx.7.0

This commit is contained in:
Camera Software Integration
2024-04-01 01:59:10 -07:00
committed by Gerrit - the friendly Code Review server
commit 4408d24dab

Näytä tiedosto

@@ -367,7 +367,7 @@ static inline int __cam_ife_mgr_get_hw_soc_info(
rc = hw_intf->hw_ops.process_cmd( rc = hw_intf->hw_ops.process_cmd(
hw_intf->hw_priv, hw_intf->hw_priv,
CAM_ISP_HW_CMD_QUERY_REGSPACE_DATA, &soc_info, CAM_ISP_HW_CMD_QUERY_REGSPACE_DATA, &soc_info,
sizeof(void *)); (uint32_t)sizeof(void *));
if (rc) { if (rc) {
CAM_ERR(CAM_ISP, CAM_ERR(CAM_ISP,
"Failed in %d regspace data query res_id: %u split idx: %d rc : %d", "Failed in %d regspace data query res_id: %u split idx: %d rc : %d",