소스 검색

msm: camera: cdm: check reset status for error

If there are any reset errors for the CDM, CDM should
send error to UMD upon reset failure. Updated the
error status with relevant error code.

CRs-Fixed: 2882732
Change-Id: I12e746f71b1a294aa4e7ef540f39aec91fb44648
Signed-off-by: Tejas Prajapati <[email protected]>
Tejas Prajapati 4 년 전
부모
커밋
2918136eb0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      drivers/cam_cdm/cam_cdm_hw_core.c

+ 1 - 1
drivers/cam_cdm/cam_cdm_hw_core.c

@@ -1228,7 +1228,7 @@ static void cam_hw_cdm_reset_cleanup(
 		test_bit(CAM_CDM_FLUSH_HW_STATUS, &core->cdm_status))
 		flush_hw = true;
 
-	if (test_bit(CAM_CDM_ERROR_HW_STATUS, &core->cdm_status))
+	if (test_bit(CAM_CDM_RESET_ERR_STATUS, &core->cdm_status))
 		reset_err = true;
 
 	for (i = 0; i < core->offsets->reg_data->num_bl_fifo; i++) {