KVM: selftests: Remove duplicated TEST_ASSERT in hyperv_cpuid.c
authorThomas Huth <thuth@redhat.com>
Mon, 20 May 2019 10:55:11 +0000 (12:55 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 24 May 2019 19:27:10 +0000 (21:27 +0200)
commit12e9612cae0c272e0dabfc570a6d855f07361914
tree959e40b8dec4e173743392145af5974b50d94e07
parent16ba3ab4e15ca031270deb3cbfd38416c719e291
KVM: selftests: Remove duplicated TEST_ASSERT in hyperv_cpuid.c

The check for entry->index == 0 is done twice. One time should
be sufficient.

Suggested-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/x86_64/hyperv_cpuid.c