KVM: nVMX: vmx_complete_nested_posted_interrupt() can't fail
authorDavid Hildenbrand <[email protected]>
Wed, 25 Jan 2017 10:58:58 +0000 (11:58 +0100)
committerPaolo Bonzini <[email protected]>
Tue, 7 Feb 2017 17:16:44 +0000 (18:16 +0100)
commit6342c50ad12e8ce0736e722184a7dbdea4a3477f
tree1a2aed21b52a7cefff2c4ecd87743439f8a0f052
parent42cf014d38d8822cce63703a467e00f65d000952
KVM: nVMX: vmx_complete_nested_posted_interrupt() can't fail

vmx_complete_nested_posted_interrupt() can't fail, let's turn it into
a void function.

Signed-off-by: David Hildenbrand <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
arch/x86/kvm/vmx.c