commit | 284aa868688ac87d0eac7792b22b9c05f7a3cc45 | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Thu Jul 02 19:35:28 2020 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jul 09 13:29:38 2020 -0400 |
tree | 5d83d8b6e74077c17697bc74a196826538b09e5b | |
parent | 356ec69adfc8c8c82fdc0dd7dc81408f075c784a [diff] |
KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches() Return errors directly from mmu_topup_memory_caches() instead of branching to a label that does the same. No functional change intended. Reviewed-by: Ben Gardon <bgardon@google.com> Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> Message-Id: <20200703023545.8771-5-sean.j.christopherson@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>