From: Radim Krčmář Date: Thu, 29 Jan 2015 21:48:49 +0000 (+0100) Subject: KVM: x86: cleanup kvm_apic_match_*() X-Git-Tag: fixes-v4.0-rc1~113^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9368b5676265304702419eb090deffc9faf9b08f;p=pandora-kernel.git KVM: x86: cleanup kvm_apic_match_*() The majority of this patch turns result = 0; if (CODE) result = 1; return result; into return CODE; because we return bool now. Signed-off-by: Radim Krčmář Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed