Merge "ais: increase CCI timeout value to 600 msec"

This commit is contained in:
Linux Build Service Account 2017-05-26 06:31:05 -07:00 committed by Gerrit - the friendly Code Review server
commit 5db69d4782

View file

@ -32,7 +32,7 @@
#define CYCLES_PER_MICRO_SEC_DEFAULT 4915
#define CCI_MAX_DELAY 1000000
#define CCI_TIMEOUT msecs_to_jiffies(500)
#define CCI_TIMEOUT msecs_to_jiffies(600)
/* TODO move this somewhere else */
#define MSM_CCI_DRV_NAME "msm_cci"