Files
android_kernel_xiaomi_sm8450/drivers/net/ethernet
Julia Lawall edab421a57 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 <Julia.Lawall@lip6.fr>
Tested-by: Darin Miller <darin.j.miller@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2015-11-23 11:08:48 -08:00
..
2015-09-29 21:11:12 -07:00
2015-09-29 21:11:13 -07:00
2015-11-22 12:19:06 -05:00
2015-09-29 13:49:53 -07:00
2015-09-08 22:44:42 -07:00
2015-11-20 14:48:27 -05:00
2015-11-18 16:17:41 -05:00
2015-11-18 16:17:41 -05:00
2015-06-29 12:52:06 -07:00
2015-11-18 16:17:41 -05:00
2015-07-08 16:04:06 -07:00
2015-11-16 17:11:31 -05:00
2015-11-16 17:11:31 -05:00