linux/drivers/usb/gadget/udc/bdc
Julia Lawall 51b91b7e6c usb: gadget: 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: Felipe Balbi <balbi@ti.com>
2015-09-21 14:42:36 -05:00
..
bdc_cmd.c
bdc_cmd.h
bdc_core.c usb: gadget: drop null test before destroy functions 2015-09-21 14:42:36 -05:00
bdc_dbg.c
bdc_dbg.h
bdc_ep.c usb: patches for v4.3 merge window 2015-08-14 16:41:11 -07:00
bdc_ep.h
bdc_pci.c
bdc_udc.c usb: gadget: bdc_udc: set value for common is_selfpowered 2015-01-29 10:32:54 -06:00
bdc.h treewide: fix typos in comment blocks 2015-08-07 14:46:24 +02:00
Kconfig
Makefile