Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b69fe50 authored by Fenglin Wu's avatar Fenglin Wu
Browse files

power: pmic-voter: Increase max client number



Increase max client number to 12 for PMIC voter to support
more clients.

CRs-Fixed: 1032013
Change-Id: Idc1b1e77e56971d2608edf7ae72898bcb9ceba08
Signed-off-by: default avatarFenglin Wu <fenglinw@codeaurora.org>
parent 4d67401b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

#include "pmic-voter.h"

#define NUM_MAX_CLIENTS	8
#define NUM_MAX_CLIENTS	12

struct client_vote {
	int	state;