]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitce986b7eccb1525b2315e3666663bd0a70eab256
tree9ea3c92b86eec2d82230a9407b44f4ec63ab354c
parent5181ffcd7486dc951c863199426b6aea21ffc87f
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