kernel: bump 6.1 to 6.1.71

Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.71

Manually rebased:
	gemini/patches-6.1/0002-usb-fotg210-Collect-pieces-of-dual-mode-controller.patch

All patches automatically rebased.

Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne

Signed-off-by: John Audia <therealgraysky@proton.me>
This commit is contained in:
John Audia
2024-01-05 15:37:47 -05:00
committed by Hauke Mehrtens
parent 37bb389392
commit f45fa6b45a
5 changed files with 12 additions and 15 deletions

View 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;
-}