linux-stable/drivers/usb/host/whci
Julia Lawall 03bce87ce9 whci: drop null test before destroy functions
Remove unneeded NULL test.

The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@@ expression x; @@
-if (x != NULL)
  \(kmem_cache_destroy\|mempool_destroy\|dma_pool_destroy\)(x);
// </smpl>

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-10-04 10:38:33 +01:00
..
asl.c
debug.c usb: use %*pb[l] to print bitmaps including cpumasks and nodemasks 2015-02-13 21:21:38 -08:00
hcd.c USB: whci-hcd: Delete an unnecessary check before the function call "usb_put_hcd" 2015-03-18 16:56:40 +01:00
hw.c
init.c whci: drop null test before destroy functions 2015-10-04 10:38:33 +01:00
int.c usb: delete non-required instances of include <linux/init.h> 2014-01-08 15:01:39 -08:00
Kbuild
pzl.c
qset.c USB: whci-hcd: Fix potential memory leak in qset_add_urb_sg() 2012-08-10 12:06:39 -07:00
whcd.h
whci-hc.h
wusb.c usb: delete non-required instances of include <linux/init.h> 2014-01-08 15:01:39 -08:00