diff options
| author | Julia Lawall <[email protected]> | 2015-09-13 14:15:09 +0200 |
|---|---|---|
| committer | Felipe Balbi <[email protected]> | 2015-09-21 14:42:36 -0500 |
| commit | 51b91b7e6c1516c7d3ea70acc91aac9b32ae3e72 (patch) | |
| tree | 7d20a849b0ca0f92120cbf21c2b157d3be601abb /drivers/gpu/drm/omapdrm/omap_debugfs.c | |
| parent | 9a9ce1dfaef9aa15980cec22b806b39a65a9467e (diff) | |
usb: gadget: 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: Felipe Balbi <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_debugfs.c')
0 files changed, 0 insertions, 0 deletions