[PATCH] usb: kfree() cleanups in drivers/usb/core/devio.c
authorJesper Juhl <juhl-lkml@dif.dk>
Tue, 19 Apr 2005 00:39:33 +0000 (17:39 -0700)
committerGreg K-H <gregkh@suse.de>
Tue, 19 Apr 2005 00:39:33 +0000 (17:39 -0700)
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 <juhl-lkml@dif.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found