diff options
author | Julia Lawall <[email protected]> | 2015-09-13 14:15:13 +0200 |
---|---|---|
committer | Jeff Kirsher <[email protected]> | 2015-11-23 11:08:48 -0800 |
commit | edab421a57fbdb7f7b83fb494a48c47bc719a7f0 (patch) | |
tree | e8b1cabe5b0da8e173de3b272b6a0c01c5d76a17 /net/unix/af_unix.c | |
parent | 8c7ee6d2cacc7794a91875ef5fd8284b4a900d8c (diff) |
ixgbe: 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]>
Tested-by: Darin Miller <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions