[PATCH 2/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/ozusbsvc1.c | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git

[PATCH 2/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/ozusbsvc1.c | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions(-)