KVM: vmx: remove unreachable statement in vmx_get_msr_feature()
authorMiaohe Lin <linmiaohe@huawei.com>
Thu, 5 Dec 2019 02:24:38 +0000 (10:24 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Jan 2020 16:33:12 +0000 (17:33 +0100)
commit4fb7b452ce7b1490e789bf6fabd4f397cf57a26f
tree3d218602da339ad0b09664e29075c3b5d19f48ff
parent7adacf5eb2d2048045d9fd8fdab861fd9e7e2e96
KVM: vmx: remove unreachable statement in vmx_get_msr_feature()

We have no way to reach the final statement, remove it.
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/vmx.c