[PATCH] x86_64: use NULL for pointer

2007-06-05 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Use NULL instead of 0 for pointer: arch/x86_64/kernel/vsyscall.c:183:21: warning: Using plain integer as NULL pointer Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- arch/x86_64/kernel/vsyscall.c |2 +- 1 file changed, 1 insertion(+), 1

[PATCH] x86_64: use NULL for pointer

2007-06-05 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] Use NULL instead of 0 for pointer: arch/x86_64/kernel/vsyscall.c:183:21: warning: Using plain integer as NULL pointer Signed-off-by: Randy Dunlap [EMAIL PROTECTED] --- arch/x86_64/kernel/vsyscall.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)