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

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

Merge "msm: camera: reqmgr: Remove idx check when detecting congestion" into camera-kernel.lnx.4.0

parents 22674ab9 de3c732e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1758,8 +1758,7 @@ static int __cam_req_mgr_process_req(struct cam_req_mgr_core_link *link,
		if (link->max_delay == 1)
			max_retry++;

		if ((in_q->last_applied_idx < in_q->rd_idx) &&
			!link->wq_congestion) {
		if (!link->wq_congestion) {
			link->retry_cnt++;
			if (link->retry_cnt == max_retry) {
				CAM_DBG(CAM_CRM,