--- /dev/null
+From 817bdbb406234e405e01790dfc6fffd91a15367e Mon Sep 17 00:00:00 2001
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Date: Wed, 20 Sep 2017 12:31:05 +0200
+Subject: [PATCH] Revert "usb: musb: fix tx fifo flush handling again"
+
+This reverts commit 98b91bfa5e478b9bf332f9f149b1c25ffd58f877 which is
+commit 45d73860530a14c608f410b91c6c341777bfa85d upstream.
+
+It should not have been applied to the 3.18-stable tree at all.
+
+Reported-by: Greg Kaiser <gkaiser@google.com>
+Cc: Bin Liu <b-liu@ti.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ drivers/usb/musb/musb_host.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+--- a/drivers/usb/musb/musb_host.c
++++ b/drivers/usb/musb/musb_host.c
+@@ -1294,7 +1294,6 @@ void musb_host_tx(struct musb *musb, u8
+ | MUSB_TXCSR_TXPKTRDY);
+ }
+ return;
+- mdelay(1);
+ }
+
+ done:
ipv6-fix-memory-leak-with-multiple-tables-during-netns-destruction.patch
ipv6-fix-typo-in-fib6_net_exit.patch
f2fs-check-hot_data-for-roll-forward-recovery.patch
+revert-usb-musb-fix-tx-fifo-flush-handling-again.patch