From 68c51a5a4881799a24e66abd0c08dca2c24b3471 Mon Sep 17 00:00:00 2001 From: Yash Upadhyay Date: Tue, 12 Mar 2024 09:19:13 +0530 Subject: [PATCH] msm: camera: isp: Fixing missing logging parameter Fixes missing logging parameter in few of the logs. CRs-Fixed: 3758192 Change-Id: Ic4d351fdf11213c515d975bda48a299e885e123d Signed-off-by: Yash Upadhyay --- .../isp_hw/ife_csid_hw/cam_ife_csid_hw_ver1.c | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/drivers/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid_hw_ver1.c b/drivers/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid_hw_ver1.c index 92bf46ba52..080b7a20f7 100644 --- a/drivers/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid_hw_ver1.c +++ b/drivers/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid_hw_ver1.c @@ -721,8 +721,8 @@ static int cam_ife_csid_ver1_deinit_rdi_path( if (res->res_state != CAM_ISP_RESOURCE_STATE_INIT_HW || res->res_id > CAM_IFE_PIX_PATH_RES_RDI_4) { CAM_ERR(CAM_ISP, - "CSID:%d %s path res type:%d res_id:%d Invalid state%d", - csid_hw->hw_intf->hw_idx, + "CSID:%d %s path res_type:%d res_id:%d Invalid state:%d", + csid_hw->hw_intf->hw_idx, res->res_name, res->res_type, res->res_id, res->res_state); return -EINVAL; } @@ -781,8 +781,8 @@ static int cam_ife_csid_ver1_deinit_udi_path( (res->res_id < CAM_IFE_PIX_PATH_RES_UDI_0 || res->res_id > CAM_IFE_PIX_PATH_RES_UDI_2)) { CAM_ERR(CAM_ISP, - "CSID:%d %s path res type:%d res_id:%d Invalid state%d", - csid_hw->hw_intf->hw_idx, + "CSID:%d %s path res_type:%d res_id:%d Invalid state:%d", + csid_hw->hw_intf->hw_idx, res->res_name, res->res_type, res->res_id, res->res_state); return -EINVAL; } @@ -839,8 +839,8 @@ static int cam_ife_csid_ver1_deinit_pxl_path( if (res->res_state != CAM_ISP_RESOURCE_STATE_INIT_HW) { CAM_ERR(CAM_ISP, - "CSID:%d %s path res type:%d res_id:%d Invalid state%d", - csid_hw->hw_intf->hw_idx, + "CSID:%d %s path res_type:%d res_id:%d Invalid state:%d", + csid_hw->hw_intf->hw_idx, res->res_name, res->res_type, res->res_id, res->res_state); return -EINVAL; } @@ -900,8 +900,8 @@ static int cam_ife_csid_ver1_stop_pxl_path( if (res->res_state != CAM_ISP_RESOURCE_STATE_STREAMING) { CAM_ERR(CAM_ISP, - "CSID:%d %s path res type:%d res_id:%d Invalid state%d", - csid_hw->hw_intf->hw_idx, + "CSID:%d %s path res_type:%d res_id:%d Invalid state:%d", + csid_hw->hw_intf->hw_idx, res->res_name, res->res_type, res->res_id, res->res_state); return -EINVAL; } @@ -983,8 +983,8 @@ static int cam_ife_csid_ver1_stop_rdi_path( if (res->res_state != CAM_ISP_RESOURCE_STATE_STREAMING) { CAM_ERR(CAM_ISP, - "CSID:%d %s path res type:%d res_id:%d Invalid state%d", - csid_hw->hw_intf->hw_idx, + "CSID:%d %s path res_type:%d res_id:%d Invalid state:%d", + csid_hw->hw_intf->hw_idx, res->res_name, res->res_type, res->res_id, res->res_state); return -EINVAL; } @@ -1040,8 +1040,8 @@ static int cam_ife_csid_ver1_stop_udi_path( if (res->res_state != CAM_ISP_RESOURCE_STATE_STREAMING) { CAM_ERR(CAM_ISP, - "CSID:%d %s path res type:%d res_id:%d Invalid state%d", - csid_hw->hw_intf->hw_idx, + "CSID:%d %s path res_type:%d res_id:%d Invalid state:%d", + csid_hw->hw_intf->hw_idx, res->res_name, res->res_type, res->res_id, res->res_state); return -EINVAL; } @@ -1863,8 +1863,8 @@ static int cam_ife_csid_ver1_start_rdi_path( if (res->res_state != CAM_ISP_RESOURCE_STATE_INIT_HW || res->res_id > CAM_IFE_PIX_PATH_RES_RDI_4) { CAM_ERR(CAM_ISP, - "CSID:%d %s path res type:%d res_id:%d Invalid state%d", - csid_hw->hw_intf->hw_idx, + "CSID:%d %s path res_type:%d res_id:%d Invalid state:%d", + csid_hw->hw_intf->hw_idx, res->res_name, res->res_type, res->res_id, res->res_state); return -EINVAL; } @@ -1914,8 +1914,8 @@ static int cam_ife_csid_ver1_start_udi_path( (res->res_id < CAM_IFE_PIX_PATH_RES_UDI_0 || res->res_id > CAM_IFE_PIX_PATH_RES_UDI_2)) { CAM_ERR(CAM_ISP, - "CSID:%d %s path res type:%d res_id:%d Invalid state%d", - csid_hw->hw_intf->hw_idx, + "CSID:%d %s path res_type:%d res_id:%d Invalid state:%d", + csid_hw->hw_intf->hw_idx, res->res_name, res->res_type, res->res_id, res->res_state); return -EINVAL; } @@ -1966,8 +1966,8 @@ static int cam_ife_csid_ver1_start_pix_path( if (res->res_state != CAM_ISP_RESOURCE_STATE_INIT_HW) { CAM_ERR(CAM_ISP, - "CSID:%d %s path res type:%d res_id:%d Invalid state%d", - csid_hw->hw_intf->hw_idx, + "CSID:%d %s path res_type:%d res_id:%d Invalid state:%d", + csid_hw->hw_intf->hw_idx, res->res_name, res->res_type, res->res_id, res->res_state); return -EINVAL; }