KVM: Fix jump label out_free_* in kvm_init()
authorMiaohe Lin <linmiaohe@huawei.com>
Sat, 23 Nov 2019 02:45:50 +0000 (10:45 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 23 Nov 2019 10:29:17 +0000 (11:29 +0100)
commitfaf0be22167486feb1ee386f0e819a336e829d0a
tree9ea3c92b86eec2d82230a9407b44f4ec63ab354c
parent24885d1d79e2e83d49201aeae0bc59f1402fd4f1
KVM: Fix jump label out_free_* in kvm_init()

The jump label out_free_1 and out_free_2 deal with
the same stuff, so git rid of one and rename the
label out_free_0a to retain the label name order.

Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
virt/kvm/kvm_main.c