From 364ab348dc41e330ddf8e228f87ccf43bd688c47 Mon Sep 17 00:00:00 2001 From: Koen Vandeputte Date: Wed, 6 Mar 2019 17:02:12 +0100 Subject: kernel: bump 4.14 to 4.14.105 Refreshed all patches. Compile-tested on: ar71xx, cns3xxx, imx6, x86_64 Runtime-tested on: ar71xx, cns3xxx, imx6 Signed-off-by: Koen Vandeputte --- target/linux/layerscape/patches-4.14/807-usb-support-layerscape.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/layerscape') 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 57df1c8b17..35fa2545eb 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 @@ -432,7 +432,7 @@ Signed-off-by: Yangbo Lu reg &= ~DWC3_DCTL_INITU2ENA; --- a/drivers/usb/dwc3/gadget.c +++ b/drivers/usb/dwc3/gadget.c -@@ -3209,6 +3209,7 @@ int dwc3_gadget_init(struct dwc3 *dwc) +@@ -3210,6 +3210,7 @@ int dwc3_gadget_init(struct dwc3 *dwc) { int ret; int irq; @@ -440,7 +440,7 @@ Signed-off-by: Yangbo Lu irq = dwc3_gadget_get_irq(dwc); if (irq < 0) { -@@ -3285,6 +3286,12 @@ int dwc3_gadget_init(struct dwc3 *dwc) +@@ -3286,6 +3287,12 @@ int dwc3_gadget_init(struct dwc3 *dwc) goto err4; } -- cgit v1.2.3