aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/patches-4.14/0033-dsa-multi-cpu.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2018-08-07 10:34:37 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2018-08-07 12:53:47 +0200
commit7a254aeeb8a9ca7e2846af6ed508f5ec21db350d (patch)
tree51591199a678b76a724519391e4bda4921037706 /target/linux/mediatek/patches-4.14/0033-dsa-multi-cpu.patch
parentf7036a34ace38b701243e9357d7f509f8a66f0b1 (diff)
downloadupstream-7a254aeeb8a9ca7e2846af6ed508f5ec21db350d.tar.gz
upstream-7a254aeeb8a9ca7e2846af6ed508f5ec21db350d.tar.bz2
upstream-7a254aeeb8a9ca7e2846af6ed508f5ec21db350d.zip
kernel: bump 4.14 to 4.14.61
Refreshed all patches. Compile-tested on: cns3xxx, imx6, x86_64 Runtime-tested on: cns3xxx, imx6, x86_64 Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/mediatek/patches-4.14/0033-dsa-multi-cpu.patch')
-rw-r--r--target/linux/mediatek/patches-4.14/0033-dsa-multi-cpu.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mediatek/patches-4.14/0033-dsa-multi-cpu.patch b/target/linux/mediatek/patches-4.14/0033-dsa-multi-cpu.patch
index 5c4edec077..926e0d8421 100644
--- a/target/linux/mediatek/patches-4.14/0033-dsa-multi-cpu.patch
+++ b/target/linux/mediatek/patches-4.14/0033-dsa-multi-cpu.patch
@@ -249,7 +249,7 @@
--- a/net/dsa/slave.c
+++ b/net/dsa/slave.c
-@@ -1257,7 +1257,7 @@ int dsa_slave_create(struct dsa_port *po
+@@ -1263,7 +1263,7 @@ int dsa_slave_create(struct dsa_port *po
int ret;
cpu_dp = ds->dst->cpu_dp;
@@ -258,7 +258,7 @@
if (!ds->num_tx_queues)
ds->num_tx_queues = 1;
-@@ -1295,6 +1295,7 @@ int dsa_slave_create(struct dsa_port *po
+@@ -1301,6 +1301,7 @@ int dsa_slave_create(struct dsa_port *po
p->dp = port;
INIT_LIST_HEAD(&p->mall_tc_list);
p->xmit = dst->tag_ops->xmit;