diff options
author | Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> | 2023-02-15 15:06:02 +0200 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2023-04-10 12:20:58 -0600 |
commit | 9ce29d23a13399b44b8e52505464c5d0365ce086 (patch) | |
tree | 5a53bf122517f90bacf170ea263c9b0447d68470 /tools/testing/selftests/resctrl/resctrlfs.c | |
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 <fenghua.yu@intel.com>
Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Reviewed-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/resctrl/resctrlfs.c')
0 files changed, 0 insertions, 0 deletions