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

Commit 07152233 authored by Haritha Chintalapati's avatar Haritha Chintalapati Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: isp: Fix for NULL dereference for failure case of dual...

Merge "msm: camera: isp: Fix for NULL dereference for failure case of dual IFE" into camera-kernel.lnx.4.0
parents 9efbca83 c861a8d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1909,7 +1909,7 @@ static int cam_ife_mgr_acquire_cid_res(
				break;
		}

		if (j == CAM_IFE_CSID_HW_NUM_MAX) {
		if (j == -1 || !csid_acquire.node_res) {
			CAM_ERR(CAM_ISP,
				"Can not acquire ife csid dual resource");
			goto end;