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

Commit ec8b26ed authored by Venkat Chinta's avatar Venkat Chinta Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: ife: Remove duplicate add to port counters



This change removes duplicate add to port counters during
IFE acquire.

CRs-Fixed: 2546941
Change-Id: Ie42838a2e66200a5a52cc27600bd25e430c0e3f0
Signed-off-by: default avatarVenkat Chinta <vchinta@codeaurora.org>
parent faf53122
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2409,8 +2409,8 @@ static int cam_ife_mgr_acquire_hw_for_ctx(
		goto err;
	}

	*num_pix_port += ipp_count + ppp_count + ife_rd_count + lcr_count;
	*num_rdi_port += rdi_count;
	*num_pix_port = ipp_count + ppp_count + ife_rd_count + lcr_count;
	*num_rdi_port = rdi_count;

	return 0;
err: