summary refs log tree commit diff
path: root/drivers/edac/amd64_edac_inj.c
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@lip6.fr>2015-09-13 14:15:09 +0200
committerFelipe Balbi <balbi@ti.com>2015-09-21 14:42:36 -0500
commit51b91b7e6c1516c7d3ea70acc91aac9b32ae3e72 (patch)
tree7d20a849b0ca0f92120cbf21c2b157d3be601abb /drivers/edac/amd64_edac_inj.c
parent9a9ce1dfaef9aa15980cec22b806b39a65a9467e (diff)
downloadlinux-51b91b7e6c1516c7d3ea70acc91aac9b32ae3e72.tar.gz
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>
Diffstat (limited to 'drivers/edac/amd64_edac_inj.c')
0 files changed, 0 insertions, 0 deletions