Re: [PATCH] kprobes: fix sparse NULL warning

2007-03-16 Thread Ananth N Mavinakayanahalli
On Fri, Mar 16, 2007 at 06:34:36PM -0700, Randy Dunlap wrote: > From: Randy Dunlap <[EMAIL PROTECTED]> > > Fix sparse NULL warnings: > kernel/kprobes.c:915:49: warning: Using plain integer as NULL pointer Thanks for catching this Randy. > Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> Acked-by

[PATCH] kprobes: fix sparse NULL warning

2007-03-16 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Fix sparse NULL warnings: kernel/kprobes.c:915:49: warning: Using plain integer as NULL pointer Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- kernel/kprobes.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- linux-2621-rc4.orig/kernel/k