Re: [PATCH 1/7] staging/ozwpan: Fix sparse warning Using plain integer as NULL pointer

2013-02-15 Thread Dan Carpenter
On Fri, Feb 15, 2013 at 06:25:29AM +0100, Peter Huewe wrote: > This patch fixes the warning "Using plain integer as NULL pointer", > generated by sparse, by replacing the offending 0s with NULL. > > Signed-off-by: Peter Huewe Don't send 7 patches with the same subject. > @@ -455,7 +455,7 @@ int

[PATCH 1/7] staging/ozwpan: Fix sparse warning Using plain integer as NULL pointer

2013-02-14 Thread Peter Huewe
This patch fixes the warning "Using plain integer as NULL pointer", generated by sparse, by replacing the offending 0s with NULL. Signed-off-by: Peter Huewe --- I split up this patch series on a per file basis so that review is easier. drivers/staging/ozwpan/ozpd.c | 68 --