diff options
author | 2015-09-13 14:15:16 +0200 | |
---|---|---|
committer | 2015-10-03 20:36:10 +0200 | |
commit | f9a113d65fa56d8e8e662e37ec2fbeac0d52aa01 (patch) | |
tree | c5a5c13f348993062ce04bfc968306dcc355de3d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | UBI: Update comments to reflect UBI_METAONLY flag (diff) | |
download | wireguard-linux-f9a113d65fa56d8e8e662e37ec2fbeac0d52aa01.tar.xz wireguard-linux-f9a113d65fa56d8e8e662e37ec2fbeac0d52aa01.zip |
UBI: 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: Richard Weinberger <richard@nod.at>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions