Files
android_kernel_xiaomi_sm8450/drivers/usb/host
Julia Lawall c7360b343a xhci: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-10-04 10:38:33 +01:00
..
2013-12-03 10:34:33 -08:00
2015-04-03 19:03:19 +02:00
2013-05-30 21:34:31 +09:00
2014-11-07 09:02:38 -08:00
2014-11-07 09:02:38 -08:00
2014-11-03 15:26:15 -08:00
2013-12-03 10:34:33 -08:00
2015-04-03 19:03:18 +02:00
2013-12-03 10:34:33 -08:00
2015-04-03 19:03:18 +02:00
2015-08-14 16:57:43 -07:00
2015-04-03 19:03:18 +02:00
2015-04-03 19:03:17 +02:00
2015-01-25 21:01:13 +08:00
2015-06-08 14:26:22 -07:00
2013-12-03 10:34:33 -08:00
2013-01-24 13:42:09 -08:00