]> 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)
commit082dd821147d326ad808deeccc6c7f93656d060d
tree2191eeb7e1ee2e89ea27699f4f655c3fea28c1d7
parent5bc8f4b1e876f7ed2e2e2d8160c4e54e19972217
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