diff options
author | Radim Krčmář <rkrcmar@redhat.com> | 2015-01-29 22:48:49 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-01-30 12:26:45 +0100 |
commit | 9368b5676265304702419eb090deffc9faf9b08f (patch) | |
tree | 87d69645aab869d4cd161716bef3e4245b50770f /arch/x86/xen | |
parent | 52c233a4405eef4f4dbbe2984e308871866db007 (diff) | |
download | blackbird-op-linux-9368b5676265304702419eb090deffc9faf9b08f.tar.gz blackbird-op-linux-9368b5676265304702419eb090deffc9faf9b08f.zip |
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ář <rkrcmar@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/xen')
0 files changed, 0 insertions, 0 deletions