kernel: bump 6.1 to 6.1.71
[openwrt/staging/jow.git] / target / linux / gemini / patches-6.1 / 0002-usb-fotg210-Collect-pieces-of-dual-mode-controller.patch
index 902bf4c68fe2d5c310858e36b159ba8fb18d9cef..1ee4f27c46d28cf1992bb26b8f119f2d4ba2de09 100644 (file)
@@ -104,7 +104,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 +obj-$(CONFIG_USB_FOTG210_UDC) += fotg210-udc.o
 --- a/drivers/usb/host/fotg210-hcd.c
 +++ /dev/null
-@@ -1,5727 +0,0 @@
+@@ -1,5724 +0,0 @@
 -// SPDX-License-Identifier: GPL-2.0+
 -/* Faraday FOTG210 EHCI-like driver
 - *
@@ -536,8 +536,6 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 -                      temp = size;
 -              size -= temp;
 -              next += temp;
--              if (temp == size)
--                      goto done;
 -      }
 -
 -      temp = snprintf(next, size, "\n");
@@ -547,7 +545,6 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 -      size -= temp;
 -      next += temp;
 -
--done:
 -      *sizep = size;
 -      *nextp = next;
 -}