瀏覽代碼

Merge "msm: camera: reqmgr: Improve CRM logging" into camera-kernel.lnx.5.0

Haritha Chintalapati 4 年之前
父節點
當前提交
f4e1d02d37
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      drivers/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid_hw_ver2.c

+ 4 - 2
drivers/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid_hw_ver2.c

@@ -309,7 +309,8 @@ static int cam_ife_csid_ver2_sof_irq_debug(
 	if (csid_hw->hw_info->hw_state ==
 		CAM_HW_STATE_POWER_DOWN) {
 		CAM_WARN(CAM_ISP,
-			"CSID powered down unable to %s sof irq",
+			"CSID:%u powered down unable to %s sof irq",
+			csid_hw->hw_intf->hw_idx,
 			(sof_irq_enable) ? "enable" : "disable");
 		return 0;
 	}
@@ -343,7 +344,8 @@ static int cam_ife_csid_ver2_sof_irq_debug(
 		csid_hw->flags.sof_irq_triggered = false;
 	}
 
-	CAM_INFO(CAM_ISP, "SOF freeze: CSID SOF irq %s",
+	CAM_INFO(CAM_ISP, "SOF freeze: CSID:%u SOF irq %s",
+		csid_hw->hw_intf->hw_idx,
 		(sof_irq_enable) ? "enabled" : "disabled");
 
 	return 0;