diff options
| author | Joe Perches <[email protected]> | 2021-05-29 02:13:52 -0700 |
|---|---|---|
| committer | Guenter Roeck <[email protected]> | 2021-06-17 04:21:45 -0700 |
| commit | 07c6621a37352e38b4ad9addaba473ad90fbfe5e (patch) | |
| tree | 03ca91fa1d90a80a7bc8538352cc4731228602af /tools/perf/scripts/python/flamegraph.py | |
| parent | 505c2549373f3aa9ee16493f872e57876ffb70b1 (diff) | |
hwmon: (sht4x) Fix sht4x_read_values return value
Kernel doc for sht4x_read_values() shows 0 on success, 1 on failure but
the return value on success is actually always positive as it is set to
SHT4X_RESPONSE_LENGTH by a successful call to i2c_master_recv().
Miscellanea:
o Update the kernel doc for sht4x_read_values to 0 for success or -ERRNO
o Remove incorrectly used kernel doc /** header for other _read functions
o Typo fix succesfull->successful
o Reverse a test to unindent a block and use goto unlock
o Declare cmd[SHT4X_CMD_LEN] rather than cmd[]
At least for gcc 10.2, object size is reduced a tiny bit.
$ size drivers/hwmon/sht4x.o*
text data bss dec hex filename
1752 404 256 2412 96c drivers/hwmon/sht4x.o.new
1825 404 256 2485 9b5 drivers/hwmon/sht4x.o.old
Signed-off-by: Joe Perches <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed by: Navin Sankar Velliangiri <[email protected]>
Signed-off-by: Guenter Roeck <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions