Re: [PATCH] ARM: OMAP2+: use true and false for bool variable

2021-03-24 Thread Tony Lindgren
* Yang Li [210315 09:06]: > fixed the following coccicheck: > ./arch/arm/mach-omap2/powerdomain.c:1205:9-10: WARNING: return of 0/1 in > function 'pwrdm_can_ever_lose_context' with return type bool Thanks applying into omap-for-v5.13/soc. Tony

[PATCH] ARM: OMAP2+: use true and false for bool variable

2021-03-15 Thread Yang Li
fixed the following coccicheck: ./arch/arm/mach-omap2/powerdomain.c:1205:9-10: WARNING: return of 0/1 in function 'pwrdm_can_ever_lose_context' with return type bool Reported-by: Abaci Robot Signed-off-by: Yang Li --- arch/arm/mach-omap2/powerdomain.c | 12 ++-- 1 file changed, 6 insert