Re: [PATCH] regulator: db8500-prcmu: Use true,false for bool variable

2020-05-06 Thread Mark Brown
On Wed, 6 May 2020 14:17:26 +0800, Jason Yan wrote: > Fix the following coccicheck warning: > > drivers/regulator/db8500-prcmu.c:184:1-17: WARNING: Assignment of 0/1 to > bool variable > > Signed-off-by: Jason Yan > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie

[PATCH] regulator: db8500-prcmu: Use true,false for bool variable

2020-05-05 Thread Jason Yan
Fix the following coccicheck warning: drivers/regulator/db8500-prcmu.c:184:1-17: WARNING: Assignment of 0/1 to bool variable Signed-off-by: Jason Yan --- drivers/regulator/db8500-prcmu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/db8500-prcmu.c b/drive