diff options
author | Ilpo Järvinen <[email protected]> | 2023-02-15 15:06:02 +0200 |
---|---|---|
committer | Shuah Khan <[email protected]> | 2023-04-10 12:20:58 -0600 |
commit | 9ce29d23a13399b44b8e52505464c5d0365ce086 (patch) | |
tree | 5a53bf122517f90bacf170ea263c9b0447d68470 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 5d869d7bb4b8d8f2e5fd207e521419f27f7ad115 (diff) |
selftests/resctrl: Change initialize_llc_perf() return type to void
initialize_llc_perf() unconditionally returns 0.
initialize_llc_perf() performs only memory initialization, none of
which can fail.
Change the return type from int to void to accurately reflect that its
return value doesn't need to be checked. Remove the error checking from
the only callsite.
Co-developed-by: Fenghua Yu <[email protected]>
Signed-off-by: Fenghua Yu <[email protected]>
Signed-off-by: Ilpo Järvinen <[email protected]>
Reviewed-by: Reinette Chatre <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions