svm: bitwise vs logical op typo
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 23 May 2016 10:20:10 +0000 (13:20 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 24 May 2016 10:11:05 +0000 (12:11 +0200)
commit5446a979e0805cedd3b7b4909d7f68f69b201fe3
tree61e6591f0b1783fc57f2361e881d0adbb981b982
parent44bcc922381e24c4f38dc5dfd8d34d60b2ede898
svm: bitwise vs logical op typo

These were supposed to be a bitwise operation but there is a typo.
The result is mostly harmless, but sparse correctly complains.

Fixes: 44a95dae1d22 ('KVM: x86: Detect and Initialize AVIC support')
Fixes: 18f40c53e10f ('svm: Add VMEXIT handlers for AVIC')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm.c