Преглед на файлове

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