浏览代码

msm: camera: isp: unify the name of scratch buf_done function

Unify the name of scratch buf_done function of IFE and SFE

CRs-Fixed: 3334207
Change-Id: I784e87fbf0955e191c7b08b254da3635bc0a6d72
Signed-off-by: Stark Lin <[email protected]>
Stark Lin 2 年之前
父节点
当前提交
0b09cdabc8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      drivers/cam_isp/isp_hw_mgr/cam_ife_hw_mgr.c

+ 2 - 2
drivers/cam_isp/isp_hw_mgr/cam_ife_hw_mgr.c

@@ -13882,7 +13882,7 @@ static int cam_ife_hw_mgr_check_ife_scratch_buf_done(
 	return rc;
 }
 
-static int cam_ife_hw_mgr_check_rdi_scratch_buf_done(
+static int cam_ife_hw_mgr_check_sfe_scratch_buf_done(
 	struct cam_sfe_scratch_buf_cfg *scratch_cfg,
 	uint32_t res_id, uint32_t last_consumed_addr)
 {
@@ -13926,7 +13926,7 @@ static int cam_ife_hw_mgr_check_for_scratch_buf_done(
 				res_id, last_consumed_addr);
 		break;
 	case CAM_ISP_HW_TYPE_SFE:
-		rc = cam_ife_hw_mgr_check_rdi_scratch_buf_done(
+		rc = cam_ife_hw_mgr_check_sfe_scratch_buf_done(
 			ife_hw_mgr_ctx->scratch_buf_info.sfe_scratch_config,
 			res_id, last_consumed_addr);
 		break;