Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8443922 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Revert "usb: musb: fix tx fifo flush handling again"



This reverts commit 98b91bfa which is
commit 45d73860530a14c608f410b91c6c341777bfa85d upstream.

It should not have been applied to the 3.18-stable tree at all.

Reported-by: default avatarGreg Kaiser <gkaiser@google.com>
Cc: Bin Liu <b-liu@ti.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 70768be9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1294,7 +1294,6 @@ void musb_host_tx(struct musb *musb, u8 epnum)
					| MUSB_TXCSR_TXPKTRDY);
		}
			return;
		mdelay(1);
	}

done: