소스 검색

Merge "msm: camera: req_mgr: Reduce maximum attempts to apply request" into camera-kernel.lnx.4.0

Camera Software Integration 5 년 전
부모
커밋
db3bae58bc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      drivers/cam_req_mgr/cam_req_mgr_core.h

+ 1 - 1
drivers/cam_req_mgr/cam_req_mgr_core.h

@@ -33,7 +33,7 @@
 
 #define MAXIMUM_LINKS_PER_SESSION  4
 
-#define MAXIMUM_RETRY_ATTEMPTS 3
+#define MAXIMUM_RETRY_ATTEMPTS 2
 
 #define VERSION_1  1
 #define VERSION_2  2