KVM: MMIO: get rid of odd out_err label in kvm_coalesced_mmio_init
authorMiaohe Lin <linmiaohe@huawei.com>
Sat, 9 Nov 2019 08:08:20 +0000 (16:08 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 15 Nov 2019 10:44:01 +0000 (11:44 +0100)
commitb139b5a24774ee28e3e4d22942e2bede28d48202
tree0f89a048daf91270762235a820715ecd9afa77d6
parente64a8508234afb17a15d1aa98e8c1434fc207755
KVM: MMIO: get rid of odd out_err label in kvm_coalesced_mmio_init

The out_err label and var ret is unnecessary, clean them up.

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