]> git.baikalelectronics.ru Git - kernel.git/commit
kvm: x86: use NULL instead of using plain integer as pointer
authorMuhammad Usama Anjum <musamaanjum@gmail.com>
Fri, 5 Mar 2021 18:08:16 +0000 (23:08 +0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 6 Mar 2021 09:18:39 +0000 (04:18 -0500)
commita12a2b1b10f30cf343eb77763cacd1173e660a73
treeeb372d24d1e23a6a9405c009dc6e8a7ad8e88702
parentcebde90b45c73b9bf85cd577250d634be9bf0b7b
kvm: x86: use NULL instead of using plain integer as pointer

Sparse warnings removed:
warning: Using plain integer as NULL pointer

Signed-off-by: Muhammad Usama Anjum <musamaanjum@gmail.com>
Message-Id: <20210305180816.GA488770@LEGION>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/x86.c