From 5af85dab22a2ae78194d54d30c33fc2c1fb0f4e5 Mon Sep 17 00:00:00 2001 From: Magnus Kroken Date: Sat, 3 Mar 2018 01:12:07 +0100 Subject: kernel: bump 4.9 to 4.9.85 Signed-off-by: Magnus Kroken --- target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch') diff --git a/target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch b/target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch index e199a4f498..ad597f1128 100644 --- a/target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch +++ b/target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch @@ -636,7 +636,7 @@ Signed-off-by: Yangbo Lu --- a/drivers/usb/dwc3/gadget.c +++ b/drivers/usb/dwc3/gadget.c -@@ -2930,6 +2930,7 @@ static irqreturn_t dwc3_interrupt(int ir +@@ -2932,6 +2932,7 @@ static irqreturn_t dwc3_interrupt(int ir int dwc3_gadget_init(struct dwc3 *dwc) { int ret, irq; @@ -644,7 +644,7 @@ Signed-off-by: Yangbo Lu struct platform_device *dwc3_pdev = to_platform_device(dwc->dev); irq = platform_get_irq_byname(dwc3_pdev, "peripheral"); -@@ -3044,6 +3045,12 @@ int dwc3_gadget_init(struct dwc3 *dwc) +@@ -3046,6 +3047,12 @@ int dwc3_gadget_init(struct dwc3 *dwc) goto err5; } -- cgit v1.2.3