diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-02-13 11:30:07 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-02-15 10:53:17 +0100 |
commit | 62feabecd8a84cfe0d6a5aa3bad2720dbf328370 (patch) | |
tree | ab9ea1c18f45f461775d021082ee170f6fe478ff /target/linux/mediatek/patches-4.14/0033-dsa-multi-cpu.patch | |
parent | 9fb3710a8b9e5a5bc96914d2631f22c90bbbb6dc (diff) | |
download | upstream-62feabecd8a84cfe0d6a5aa3bad2720dbf328370.tar.gz upstream-62feabecd8a84cfe0d6a5aa3bad2720dbf328370.tar.bz2 upstream-62feabecd8a84cfe0d6a5aa3bad2720dbf328370.zip |
kernel: bump 4.14 to 4.14.99
Refreshed all patches.
Compile-tested on: cns3xxx, imx6
Runtime-tested on: cns3xxx, imx6
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.patch | 4 |
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 926e0d8421..0442506977 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 -@@ -1263,7 +1263,7 @@ int dsa_slave_create(struct dsa_port *po +@@ -1267,7 +1267,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; -@@ -1301,6 +1301,7 @@ int dsa_slave_create(struct dsa_port *po +@@ -1305,6 +1305,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; |