commit | 6fd19f4b55f7fd1c9d8650bd7f8df2c81b69c5ca | [log] [tgz] |
---|---|---|
author | Jesper Juhl <juhl-lkml@dif.dk> | Mon Apr 18 17:39:33 2005 -0700 |
committer | Greg K-H <gregkh@suse.de> | Mon Apr 18 17:39:33 2005 -0700 |
tree | 273f17ca46a177cc9c33d3022dfb1528c3d542b9 | |
parent | acbb36f116243bed515357264ecbb6ff9c6d2a5b [diff] |
[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 <juhl-lkml@dif.dk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>