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)
commit6cad4e269e25dddd7260a53e9d9d90ba3a3cc35a
tree2191eeb7e1ee2e89ea27699f4f655c3fea28c1d7
parent6078091c9fa899b0fd7097ae2af933554c2d989f
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