Re: [PATCH] Input: Use true and false for bool variable

2021-02-18 Thread Dmitry Torokhov
Hi, On Thu, Feb 18, 2021 at 06:23:55PM +0800, Jiapeng Chong wrote: > Fix the following coccicheck warnings: > > ./drivers/input/touchscreen/zinitix.c:250:8-9: WARNING: return of 0/1 in > function 'zinitix_init_touch' with return type bool. > > Reported-by: Abaci Robot > Signed-off-by: Jiapeng C

[PATCH] Input: Use true and false for bool variable

2021-02-18 Thread Jiapeng Chong
Fix the following coccicheck warnings: ./drivers/input/touchscreen/zinitix.c:250:8-9: WARNING: return of 0/1 in function 'zinitix_init_touch' with return type bool. Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong --- drivers/input/touchscreen/zinitix.c | 2 +- 1 file changed, 1 insertion