ソースを参照

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++) {