소스 검색

msm: camera: reqmgr: Remove idx check when detecting congestion

Remove last applied idx check when detecting workq delays.

CRs-Fixed: 2801863
Change-Id: I85fe5aa9af446b25a3dd139a75cf1ed6b2a1253c
Signed-off-by: Karthik Anantha Ram <[email protected]>
Karthik Anantha Ram 4 년 전
부모
커밋
de3c732e6c
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      drivers/cam_req_mgr/cam_req_mgr_core.c

+ 1 - 2
drivers/cam_req_mgr/cam_req_mgr_core.c

@@ -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,