commit | a866781e84dd022dde5d307093555e65c31277de | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Aug 08 14:19:36 2019 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon Sep 02 09:06:52 2019 -0700 |
tree | 5bf08271ec59eb574265f1daa6d46261e24afe6c | |
parent | a1b70a44b80af641a441937803cb8251e8e6d8e3 [diff] |
Input: bu21013_ts - rename some variables "bu21013_data" and "struct bu21013_ts_data" are a tad long, let's call them "ts" and "struct bu21013_ts". Also rename retval to error in bu21013_init_chip() and adjust formatting; i2c_smbus_write_byte_data() returns negative on error and 0 on success, so we simply test if whether erro is 0 or not. Tested-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>