diff options
author | Julia Lawall <Julia.Lawall@lip6.fr> | 2015-09-13 14:15:25 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-09-30 10:44:08 +0200 |
commit | 76b1cf211cbe120a2d6c46403abc97d4376c619e (patch) | |
tree | 15a1f13988ac9466c00948ab687263e7166567f0 /drivers/pcmcia | |
parent | 5507faeb03f87f952373314b21741548421a6944 (diff) | |
download | op-kernel-dev-76b1cf211cbe120a2d6c46403abc97d4376c619e.zip op-kernel-dev-76b1cf211cbe120a2d6c46403abc97d4376c619e.tar.gz |
drm: i915: 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: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/pcmcia')
0 files changed, 0 insertions, 0 deletions