summaryrefslogtreecommitdiff
path: root/drivers/power
diff options
context:
space:
mode:
authorAbhijeet Dharmapurikar <adharmap@codeaurora.org>2017-03-23 11:25:11 -0700
committerHarry Yang <harryy@codeaurora.org>2017-03-29 14:51:59 -0700
commitd7e7e92fe4e3130906cb87a020c1d9730114daad (patch)
tree5e3c70311ab8df55344d0ce162674d3b1aec6ef8 /drivers/power
parent664cdd33f956accabebd29edba6c220b1580744d (diff)
pmic-voter: bump up from 8 clients to 16
The current code only supports 8 clients max. There are situations where we will need more than that. Bump it up to 16. Change-Id: I7a32f67b3a4579ec79eb4f0e2a971a1a3a29a7c1 Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
Diffstat (limited to 'drivers/power')
-rw-r--r--drivers/power/supply/qcom/pmic-voter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/supply/qcom/pmic-voter.c b/drivers/power/supply/qcom/pmic-voter.c
index 3652cc7802eb..b99558ed2100 100644
--- a/drivers/power/supply/qcom/pmic-voter.c
+++ b/drivers/power/supply/qcom/pmic-voter.c
@@ -20,7 +20,7 @@
#include <linux/pmic-voter.h>
-#define NUM_MAX_CLIENTS 8
+#define NUM_MAX_CLIENTS 16
#define DEBUG_FORCE_CLIENT "DEBUG_FORCE_CLIENT"
static DEFINE_SPINLOCK(votable_list_slock);