diff options
author | Ben Walsh <ben@jubnut.com> | 2024-06-05 09:33:47 +0300 |
---|---|---|
committer | Tzung-Bi Shih <tzungbi@kernel.org> | 2024-06-06 06:09:16 +0300 |
commit | 68dbac0a58ef7d82bc78dcb7e5ab5db2c6dfb489 (patch) | |
tree | f23a1efdb38df578e9f08c276bd07911fc2d034b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 106d6739823369c734a8fc3b13634274eee4f60e (diff) | |
download | linux-68dbac0a58ef7d82bc78dcb7e5ab5db2c6dfb489.tar.xz |
platform/chrome: cros_ec_lpc: MEC access can return error code
cros_ec_lpc_io_bytes_mec was returning a u8 checksum of all bytes
read/written, which didn't leave room to indicate errors. Change this
u8 to an int where negative values indicate an error, and non-negative
values are the checksum as before.
Tested-by: Dustin L. Howett <dustin@howett.net>
Signed-off-by: Ben Walsh <ben@jubnut.com>
Link: https://lore.kernel.org/r/20240605063351.14836-2-ben@jubnut.com
Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions