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

Commit 34dc543d authored by Karthik Anantha Ram's avatar Karthik Anantha Ram Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: isp: Change log type to debug in cid reserve



When acquiring IFE resources, we are trying to use IFE-Lite
first instead of regular IFE. IPP is not available with Lite
resulting in printing an error which is not fatal. If indeed
there is a failure in acquiring IPP there are error logs printed
at a higher level.

Change-Id: Idf1783ba8c66a5b399e915586a2bbe0c54a9cee1
Signed-off-by: default avatarKarthik Anantha Ram <kartanan@codeaurora.org>
parent 48e177cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -704,7 +704,7 @@ static int cam_ife_csid_cid_reserve(struct cam_ife_csid_hw *csid_hw,
	case CAM_IFE_PIX_PATH_RES_IPP:
		if (csid_hw->ipp_res.res_state !=
			CAM_ISP_RESOURCE_STATE_AVAILABLE) {
			CAM_ERR(CAM_ISP,
			CAM_DBG(CAM_ISP,
				"CSID:%d IPP resource not available",
				csid_hw->hw_intf->hw_idx);
			rc = -EINVAL;