From: Jesper Juhl Date: Tue, 19 Apr 2005 00:39:33 +0000 (-0700) Subject: [PATCH] usb: kfree() cleanups in drivers/usb/core/devio.c X-Git-Tag: v2.6.12-rc3~26^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fd19f4b55f7fd1c9d8650bd7f8df2c81b69c5ca;p=pandora-kernel.git [PATCH] usb: kfree() cleanups in drivers/usb/core/devio.c Checking for NULL before calling kfree() is redundant. This patch removes these redundant checks and also makes a few tiny whitespace changes. Signed-off-by: Jesper Juhl Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed