KVM: selftests: Drop the return of remove_event()
authorJinrong Liang <cloudliang@tencent.com>
Thu, 10 Aug 2023 09:09:41 +0000 (17:09 +0800)
committerSean Christopherson <seanjc@google.com>
Thu, 17 Aug 2023 19:58:49 +0000 (12:58 -0700)
commitc853be2265ccd497ff17b878962a2dbcb4873abf
tree37c385ac528707aacf2007d65883bafa1bc5fa9d
parentcf6d80c0eb95900e19e1ad54c686a1877dda4276
KVM: selftests: Drop the return of remove_event()

None of the callers consume remove_event(), and it incorrectly implies
that the incoming filter isn't modified. Drop the return.

Suggested-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Jinrong Liang <cloudliang@tencent.com>
Link: https://lore.kernel.org/r/20230810090945.16053-3-cloudliang@tencent.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/x86_64/pmu_event_filter_test.c