From: Dominik Dingel Date: Thu, 4 Dec 2014 14:47:07 +0000 (+0100) Subject: KVM: remove unneeded return value of vcpu_postcreate X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~97^2~36^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31928aa5863e71535ee942f506ca9ac8ce1c4315;p=pandora-kernel.git KVM: remove unneeded return value of vcpu_postcreate The return value of kvm_arch_vcpu_postcreate is not checked in its caller. This is okay, because only x86 provides vcpu_postcreate right now and it could only fail if vcpu_load failed. But that is not possible during KVM_CREATE_VCPU (kvm_arch_vcpu_load is void, too), so just get rid of the unchecked return value. Signed-off-by: Dominik Dingel Acked-by: Cornelia Huck Signed-off-by: Christian Borntraeger --- Reading git-diff-tree failed