Re: [kvm-devel] [PATCH] - drivers/kvm/* - remove ptr comparisons to 0

2007-11-18 Thread Avi Kivity
Joe Perches wrote: fix sparse warnings Using plain integer as NULL pointer Applied, thanks. -- error compiling committee.c: too many arguments to function - This SF.net email is sponsored by: Microsoft Defy all

[kvm-devel] [PATCH] - drivers/kvm/* - remove ptr comparisons to 0

2007-11-12 Thread Joe Perches
fix sparse warnings Using plain integer as NULL pointer Signed-off-by: Joe Perches [EMAIL PROTECTED] --- drivers/kvm/kvm.h |2 +- drivers/kvm/kvm_main.c |3 ++- drivers/kvm/lapic.c|2 +- drivers/kvm/svm.c |2 +- 4 files changed, 5 insertions(+), 4 deletions(-)