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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordo

[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(-)