Browse Source

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

Camera Software Integration 5 years ago
parent
commit
db3bae58bc
1 changed files with 1 additions and 1 deletions
  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