From: Devendra Naga Date: Sat, 7 Jul 2012 12:05:14 +0000 (+0530) Subject: staging/ft1000: fix sparse warning X-Git-Tag: v3.6-rc1~100^2~357 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a0ccb0db9a113a1ab6a8d60213ea86e9a53ec57;p=pandora-kernel.git staging/ft1000: fix sparse warning sparse warns about having 0 assigned to a pointer, fix it up by using NULL. The following sparse warning is fixed drivers/staging/ft1000/ft1000-usb/ft1000_debug.c:170:52: warning: Using plain integer as NULL pointer Signed-off-by: Devendra Naga Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed