aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/layerscape/patches-4.14/807-usb-support-layerscape.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-10-28 14:23:13 +0100
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-10-30 11:17:40 +0100
commit79e639160048e9cfcc6d91b0a537840cdd4b72ac (patch)
tree6244d78c4cbf294844b6a4d8a275c2d20b9ae96f /target/linux/layerscape/patches-4.14/807-usb-support-layerscape.patch
parentc51a39d4a5a7bc1e7008c12b79b9236f667ce5ef (diff)
downloadupstream-79e639160048e9cfcc6d91b0a537840cdd4b72ac.tar.gz
upstream-79e639160048e9cfcc6d91b0a537840cdd4b72ac.tar.bz2
upstream-79e639160048e9cfcc6d91b0a537840cdd4b72ac.zip
kernel: bump 4.14 to 4.14.150
Refreshed all patches. Compile-tested on: ar71xx, cns3xxx, imx6, x86_64 Runtime-tested on: ar71xx, cns3xxx, imx6 Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/layerscape/patches-4.14/807-usb-support-layerscape.patch')
-rw-r--r--target/linux/layerscape/patches-4.14/807-usb-support-layerscape.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/layerscape/patches-4.14/807-usb-support-layerscape.patch b/target/linux/layerscape/patches-4.14/807-usb-support-layerscape.patch
index 988afe10ca..70bc3b32aa 100644
--- a/target/linux/layerscape/patches-4.14/807-usb-support-layerscape.patch
+++ b/target/linux/layerscape/patches-4.14/807-usb-support-layerscape.patch
@@ -1363,7 +1363,7 @@ Signed-off-by: Zhao Chenhui <chenhui.zhao@freescale.com>
while (ep_ring->dequeue != td->last_trb)
--- a/drivers/usb/host/xhci.c
+++ b/drivers/usb/host/xhci.c
-@@ -1595,13 +1595,38 @@ static int xhci_urb_dequeue(struct usb_h
+@@ -1607,13 +1607,38 @@ static int xhci_urb_dequeue(struct usb_h
ret = -ENOMEM;
goto done;
}