[GIT PULL] USB fix for 5.14-rc6

From: Greg KH
Date: Sat Aug 14 2021 - 12:51:21 EST


The following changes since commit 36a21d51725af2ce0700c6ebcb6b9594aac658a6:

Linux 5.14-rc5 (2021-08-08 13:49:31 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.14-rc6

for you to fetch changes up to 664cc971fb259007e49cc8a3ac43b0787d89443f:

Revert "usb: dwc3: gadget: Use list_replace_init() before traversing lists" (2021-08-10 09:12:32 +0200)

----------------------------------------------------------------
USB fix for 5.14-rc6

Here is a single revert of a commit that caused problems in 5.14-rc5 for
5.14-rc6. It has been in linux-next almost all week, and has resolved
the issues that were reported on lots of different systems that were not
the platform that the change was originally tested on (gotta love SoC
cores used in multiple devices from multiple vendors...)

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Greg Kroah-Hartman (1):
Revert "usb: dwc3: gadget: Use list_replace_init() before traversing lists"

drivers/usb/dwc3/gadget.c | 18 ++----------------
1 file changed, 2 insertions(+), 16 deletions(-)