Re: [PATCH] ACPI / video: Use true for boolean value

2018-02-08 Thread Rafael J. Wysocki
On Tuesday, January 23, 2018 4:59:20 PM CET 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 > --- >

Re: [PATCH] ACPI / video: Use true for boolean value

2018-02-08 Thread Rafael J. Wysocki
On Tuesday, January 23, 2018 4:59:20 PM CET 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 > --- > drivers/acpi/acpi_video.c | 2 +- > 1 file