diff options
author | John Audia <therealgraysky@proton.me> | 2022-09-08 06:19:20 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-09-11 01:30:11 +0200 |
commit | 837fd23c80b22c566b40181a28630ac29af8f96e (patch) | |
tree | 13aee756aa47a2c897ccaede5d9a3c6cc44ef647 /target/linux/apm821xx | |
parent | e8a62a1e6040de71bdcb1be1a1c30c064acbc059 (diff) | |
download | upstream-837fd23c80b22c566b40181a28630ac29af8f96e.tar.gz upstream-837fd23c80b22c566b40181a28630ac29af8f96e.tar.bz2 upstream-837fd23c80b22c566b40181a28630ac29af8f96e.zip |
kernel: bump 5.10 to 5.10.142
All patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/apm821xx')
-rw-r--r-- | target/linux/apm821xx/patches-5.10/802-usb-xhci-force-msi-renesas-xhci.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/apm821xx/patches-5.10/802-usb-xhci-force-msi-renesas-xhci.patch b/target/linux/apm821xx/patches-5.10/802-usb-xhci-force-msi-renesas-xhci.patch index e2b864df99..c995c90402 100644 --- a/target/linux/apm821xx/patches-5.10/802-usb-xhci-force-msi-renesas-xhci.patch +++ b/target/linux/apm821xx/patches-5.10/802-usb-xhci-force-msi-renesas-xhci.patch @@ -23,7 +23,7 @@ produce a noisy warning. xhci->quirks |= XHCI_RESET_ON_RESUME; --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c -@@ -425,10 +425,14 @@ static int xhci_try_enable_msi(struct us +@@ -427,10 +427,14 @@ static int xhci_try_enable_msi(struct us free_irq(hcd->irq, hcd); hcd->irq = 0; |