Skip to content
Snippets Groups Projects
Commit 2498832e authored by insup.choi's avatar insup.choi
Browse files

camera: Increase CCI timeout value


Increase CCI timeout value to reduce timeout error.

Bug: 10787860
Change-Id: I8062111340dce534726aa395280ce536ccbd4407
Signed-off-by: default avataryoumi.jun <youmi.jun@lge.com>
Signed-off-by: default avatarinsup.choi <insup.choi@lge.com>
parent 30ae13bf
Branches
Tags
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#define CCI_I2C_QUEUE_0_SIZE 64 #define CCI_I2C_QUEUE_0_SIZE 64
#define CCI_I2C_QUEUE_1_SIZE 16 #define CCI_I2C_QUEUE_1_SIZE 16
#define CCI_TIMEOUT msecs_to_jiffies(100) #define CCI_TIMEOUT msecs_to_jiffies(300)
/* TODO move this somewhere else */ /* TODO move this somewhere else */
#define MSM_CCI_DRV_NAME "msm_cci" #define MSM_CCI_DRV_NAME "msm_cci"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment