KVM: x86: mmu: do not use return to tail-call functions that return void
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 23 Dec 2014 12:39:46 +0000 (13:39 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 8 Jan 2015 21:48:02 +0000 (22:48 +0100)
This is, pedantically, not valid C.  It also looks weird.

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

Simple merge