aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2015-09-13 14:14:58 +0200
committerGreg Kroah-Hartman <[email protected]>2015-10-04 10:38:33 +0100
commitc7360b343ab1f1442e0731eb9e31e2a89fa6f97c (patch)
tree43ae4010903d9c55dcaa85721978fb65cd90ae7f /tools/perf/scripts/python
parent03bce87ce99ae6611ad8c03d509b2da59d86183d (diff)
xhci: 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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions