]> git.baikalelectronics.ru Git - kernel.git/commit
Input: raydium_i2c_ts - use true and false for boolean values
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 6 Aug 2018 22:20:19 +0000 (15:20 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 8 Aug 2018 18:23:26 +0000 (11:23 -0700)
commit7e0ad66038bfb18c51a986a6848127101cca8f77
tree2191eeb7e1ee2e89ea27699f4f655c3fea28c1d7
parentd8aaf9a6eebd9717411e5be9509ac2c0d93b1d95
Input: raydium_i2c_ts - use true and false for boolean values

Return statements in functions returning bool should use true or false
instead of an integer value.

This code was detected with the help of Coccinelle.

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/raydium_i2c_ts.c