diff options
author | Julia Lawall <Julia.Lawall@lip6.fr> | 2015-09-13 14:15:11 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-04 11:38:33 +0200 |
commit | 03bce87ce99ae6611ad8c03d509b2da59d86183d (patch) | |
tree | 98363d62c0d84f5a324095fc802fed9891345d87 /net | |
parent | usb: host: drop null test before destroy functions (diff) | |
download | linux-03bce87ce99ae6611ad8c03d509b2da59d86183d.tar.xz linux-03bce87ce99ae6611ad8c03d509b2da59d86183d.zip |
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>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions