]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf6516627f222103b270909d95e5fa2abf7727857
tree61e6591f0b1783fc57f2361e881d0adbb981b982
parent361a3fae62efc74c2d794f7112f9fe67fc369cd9
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: aad6d74d89a7 ('KVM: x86: Detect and Initialize AVIC support')
Fixes: b501e94adf8b ('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