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

Commit 330705db authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: isp: fix the check to acquire rdi camif"

parents 9a33a89f a9259a89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1859,7 +1859,7 @@ static int cam_ife_mgr_acquire_hw_for_ctx(
			CAM_ERR(CAM_ISP, "Acquire IFE RD SRC resource Failed");
			goto err;
		}
	} else if (ipp_count || ppp_count) {
	} else if (ipp_count || ppp_count || rdi_count) {
		rc = cam_ife_hw_mgr_acquire_res_ife_src(ife_ctx,
			in_port, false);