Re: [PATCH] mfd: dbx500-prcmu: Use true and false for bool variable

2021-03-08 Thread Lee Jones
On Wed, 10 Feb 2021, Jiapeng Chong wrote: > Fix the following coccicheck warning: > > ./include/linux/mfd/db8500-prcmu.h:723:8-9: WARNING: return of 0/1 in > function 'db8500_prcmu_is_ac_wake_requested' with return type bool. > > Reported-by: Abaci Robot This needs a ' ' before the '<'. >

[PATCH] mfd: dbx500-prcmu: Use true and false for bool variable

2021-02-09 Thread Jiapeng Chong
Fix the following coccicheck warning: ./include/linux/mfd/db8500-prcmu.h:723:8-9: WARNING: return of 0/1 in function 'db8500_prcmu_is_ac_wake_requested' with return type bool. Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong --- include/linux/mfd/db8500-prcmu.h | 2 +- 1 file changed, 1