Julia Lawall 58d29e3ce9 atm: he: 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: David S. Miller <davem@davemloft.net>
2015-09-15 16:49:43 -07:00
..
2015-01-18 00:28:41 -05:00
2011-03-31 11:26:23 -03:00
2015-01-18 00:28:41 -05:00
2015-06-10 22:46:34 -07:00
2011-03-31 11:26:23 -03:00
2013-02-08 14:22:05 -05:00
2015-01-18 00:28:41 -05:00
2012-03-28 18:30:03 +01:00
2011-07-26 16:49:47 -07:00
2015-01-18 00:28:41 -05:00