Re: [PATCH] HID: hid-ntrig: use true and false for boolean values

2018-03-06 Thread Gustavo A. R. Silva
Hi Jiri, On 03/06/2018 08:20 AM, Jiri Kosina wrote: On Mon, 5 Mar 2018, Gustavo A. R. Silva wrote: Assign true or false to boolean variables instead of an integer value. This issue was detected with the help of Coccinelle. Signed-off-by: Gustavo A. R. Silva I've commited this (and the hid

Re: [PATCH] HID: hid-ntrig: use true and false for boolean values

2018-03-06 Thread Jiri Kosina
On Mon, 5 Mar 2018, Gustavo A. R. Silva wrote: > Assign true or false to boolean variables instead of an integer value. > > This issue was detected with the help of Coccinelle. > > Signed-off-by: Gustavo A. R. Silva I've commited this (and the hid-multitouch variant of it as well) to for-4.17

[PATCH] HID: hid-ntrig: use true and false for boolean values

2018-03-05 Thread Gustavo A. R. Silva
Assign true or false to boolean variables instead of an integer value. This issue was detected with the help of Coccinelle. Signed-off-by: Gustavo A. R. Silva --- drivers/hid/hid-ntrig.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/hid/hid-ntrig.c b/d