]> git.karo-electronics.de Git - karo-tx-linux.git/commit
KVM: MMU: cleanup handle_abnormal_pfn
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 23 Feb 2016 14:28:51 +0000 (15:28 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 4 Mar 2016 11:35:23 +0000 (12:35 +0100)
commit798e88b31fbe9863163054feb8432e62e77f539c
treed04e816a79233a1fb7320b0d078406ce2484712e
parent8f22372f85476bfe612136133d5883b28d163c23
KVM: MMU: cleanup handle_abnormal_pfn

The goto and temporary variable are unnecessary, just use return
statements.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu.c