diff options
author | 2024-06-28 12:37:02 +0100 | |
---|---|---|
committer | 2024-07-03 16:37:51 +0200 | |
commit | 7a0a6d0a7c805f9380381f4deedffdf87b93f408 (patch) | |
tree | ca925c5d045ba68b9889b9fa791370f7bcbe9e55 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | nvmem: rmem: Fix return value of rmem_read() (diff) | |
download | linux-rng-7a0a6d0a7c805f9380381f4deedffdf87b93f408.tar.xz linux-rng-7a0a6d0a7c805f9380381f4deedffdf87b93f408.zip |
nvmem: meson-efuse: Fix return value of nvmem callbacks
Read/write callbacks registered with nvmem core expect 0 to be returned
on success and a negative value to be returned on failure.
meson_efuse_read() and meson_efuse_write() call into
meson_sm_call_read() and meson_sm_call_write() respectively which return
the number of bytes read or written on success as per their api
description.
Fix to return error if meson_sm_call_read()/meson_sm_call_write()
returns an error else return 0.
Fixes: a29a63bdaf6f ("nvmem: meson-efuse: simplify read callback")
Cc: stable@vger.kernel.org
Signed-off-by: Joy Chakraborty <joychakr@google.com>
Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20240628113704.13742-3-srinivas.kandagatla@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions