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)
commit4691453406c3a799fdebac83a689919c2c877f04
treeeb372d24d1e23a6a9405c009dc6e8a7ad8e88702
parent99840a75454b66d69d2a450ab04e6438d75eba48
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