From 88ca6390eab24efda3f6333453cd645b5e20e400 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Fri, 6 Jan 2017 13:53:27 +0100 Subject: kernel: bump to 4.4.40 Refresh patches on all 4.4 supported platforms. Compile & run tested: lantiq/xrx200 Signed-off-by: Hauke Mehrtens --- target/linux/rb532/patches-4.4/100-korina_fix_napi_disable.patch | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'target/linux/rb532/patches-4.4/100-korina_fix_napi_disable.patch') diff --git a/target/linux/rb532/patches-4.4/100-korina_fix_napi_disable.patch b/target/linux/rb532/patches-4.4/100-korina_fix_napi_disable.patch index 3f80e0937d..3a67297df0 100644 --- a/target/linux/rb532/patches-4.4/100-korina_fix_napi_disable.patch +++ b/target/linux/rb532/patches-4.4/100-korina_fix_napi_disable.patch @@ -19,11 +19,9 @@ Signed-off-by: Florian Fainelli drivers/net/ethernet/korina.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -diff --git a/drivers/net/ethernet/korina.c b/drivers/net/ethernet/korina.c -index cbeea915f026..8037426ec50f 100644 --- a/drivers/net/ethernet/korina.c +++ b/drivers/net/ethernet/korina.c -@@ -900,10 +900,10 @@ static void korina_restart_task(struct work_struct *work) +@@ -900,10 +900,10 @@ static void korina_restart_task(struct w DMA_STAT_DONE | DMA_STAT_HALT | DMA_STAT_ERR, &lp->rx_dma_regs->dmasm); @@ -36,7 +34,7 @@ index cbeea915f026..8037426ec50f 100644 if (korina_init(dev) < 0) { printk(KERN_ERR "%s: cannot restart device\n", dev->name); return; -@@ -1064,12 +1064,12 @@ static int korina_close(struct net_device *dev) +@@ -1064,12 +1064,12 @@ static int korina_close(struct net_devic tmp = tmp | DMA_STAT_DONE | DMA_STAT_HALT | DMA_STAT_ERR; writel(tmp, &lp->rx_dma_regs->dmasm); @@ -51,6 +49,3 @@ index cbeea915f026..8037426ec50f 100644 free_irq(lp->rx_irq, dev); free_irq(lp->tx_irq, dev); free_irq(lp->ovr_irq, dev); --- -2.9.3 - -- cgit v1.2.3