commit | 6cad4e269e25dddd7260a53e9d9d90ba3a3cc35a | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Mon Aug 06 15:20:19 2018 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Wed Aug 08 11:23:26 2018 -0700 |
tree | 2191eeb7e1ee2e89ea27699f4f655c3fea28c1d7 | |
parent | 6078091c9fa899b0fd7097ae2af933554c2d989f [diff] |
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>