[PATCH 3/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 --- drivers/staging/ozwpan/ozeltbuf.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git

[PATCH 3/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 peterhu...@gmx.de --- drivers/staging/ozwpan/ozeltbuf.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git