KVM: x86: Avoid using plain integer as NULL pointer warning
authorXiubo Li <lixiubo@cmss.chinamobile.com>
Fri, 13 Mar 2015 09:39:44 +0000 (17:39 +0800)
committerMarcelo Tosatti <mtosatti@redhat.com>
Wed, 18 Mar 2015 01:34:25 +0000 (22:34 -0300)
commit795a149e78f49c0e260c56cee9978c5d001a84f1
treecf4decdc1adba97aa07b5a9bcfcd9708b1d0a066
parentae1f57670703656cc9f293722c3b8b6782f8ab3f
KVM: x86: Avoid using plain integer as NULL pointer warning

This patch fix the following sparse warning:

for file arch/x86/kvm/x86.c:
warning: Using plain integer as NULL pointer

Signed-off-by: Xiubo Li <lixiubo@cmss.chinamobile.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/x86.c