]> www.infradead.org Git - users/hch/misc.git/commit
KVM: x86: clean up a return
authorDan Carpenter <dan.carpenter@linaro.org>
Mon, 24 Mar 2025 10:53:39 +0000 (13:53 +0300)
committerSean Christopherson <seanjc@google.com>
Thu, 24 Apr 2025 18:18:33 +0000 (11:18 -0700)
commitf804dc6aa20f2ce504456ffbaafc95db646c211b
treed224a36ec84608f7ed590fb1efc7443d3a116c6d
parentead4dac16de22081956f7af1c795bfbebd2d5866
KVM: x86: clean up a return

Returning a literal X86EMUL_CONTINUE is slightly clearer than returning
rc.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://lore.kernel.org/r/7604cbbf-15e6-45a8-afec-cf5be46c2924@stanley.mountain
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/x86.c