From: Jesper Juhl Date: Tue, 19 Apr 2005 00:39:34 +0000 (-0700) Subject: [PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULL X-Git-Tag: v2.6.12-rc3~26^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bc3c9e1e44c2059fe2ffa6ff70ad0a925d7b05f;p=pandora-kernel.git [PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULL Get rid of a bunch of redundant NULL pointer checks in drivers/usb/*, there's no need to check a pointer for NULL before calling kfree() on it. Signed-off-by: Jesper Juhl Signed-off-by: Greg Kroah-Hartman Index: gregkh-2.6/drivers/usb/class/audio.c =================================================================== --- Reading git-diff-tree failed