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 <juhl-lkml@dif.dk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Index: gregkh-2.6/drivers/usb/class/audio.c =================================================================== |
||
|---|---|---|
| .. | ||
| catc.c | ||
| kaweth.c | ||
| kawethfw.h | ||
| Kconfig | ||
| Makefile | ||
| pegasus.c | ||
| pegasus.h | ||
| rtl8150.c | ||
| usbnet.c | ||
| zd1201.c | ||
| zd1201.h | ||