Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e194a5dc authored by Megha Tak's avatar Megha Tak
Browse files

msm-camera: Remove error log for ISP lock



Removing error logs for ISP lock and unlock
as userspace has logs for the same.

Change-Id: Ifa00ea6d814708353156c0d903a1e61453b2007f
Signed-off-by: default avatarMegha Tak <mtak@codeaurora.org>
parent 5d471678
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1011,7 +1011,7 @@ static int msm_isp_send_hw_cmd(struct vfe_device *vfe_dev,
			vfe_dev->axi_data.src_info[VFE_PIX_0].last_updt_frm_id;
		if (vfe_dev->axi_data.src_info[VFE_PIX_0].frame_id != *cfg_data
			|| update_id == *cfg_data) {
			pr_err("%s hw update lock failed acq %d, cur id %u, last id %u\n",
			ISP_DBG("%s hw update lock failed acq %d, cur id %u, last id %u\n",
				__func__,
				*cfg_data,
				vfe_dev->axi_data.src_info[VFE_PIX_0].frame_id,
@@ -1023,7 +1023,7 @@ static int msm_isp_send_hw_cmd(struct vfe_device *vfe_dev,
	case VFE_HW_UPDATE_UNLOCK: {
		if (vfe_dev->axi_data.src_info[VFE_PIX_0].frame_id
			!= *cfg_data) {
			pr_err("hw update across frame boundary,begin id %u, end id %d\n",
			ISP_DBG("hw update across frame boundary,begin id %u, end id %d\n",
				*cfg_data,
				vfe_dev->axi_data.src_info[VFE_PIX_0].frame_id);
		}