From: Peter Huewe Date: Fri, 15 Feb 2013 14:22:27 +0000 (+0100) Subject: staging/ozwpan: Fix NULL vs zero in ozusbsvc.c (sparse warning) X-Git-Tag: v3.9-rc1~127^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba346a4367a824a2c6337d4031fc9a82397a2abd;p=pandora-kernel.git staging/ozwpan: Fix NULL vs zero in ozusbsvc.c (sparse warning) This patch fixes the warning "Using plain integer as NULL pointer", generated by sparse, by replacing the offending 0s with NULL. If the initialization with NULL was unnecessary (due to unconditional assignment before first use) it was removed. Signed-off-by: Peter Huewe Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed