aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-5.15/702-net-ethernet-mtk_eth_soc-enable-threaded-NAPI.patch
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2022-11-02 12:41:40 +0000
committerDaniel Golle <daniel@makrotopia.org>2022-11-02 15:53:34 +0000
commit1673b7dca3843698fe47f1df0ee61b88d9431ade (patch)
treee3f25c1970ab2bbc2087d30770fbc192664545d7 /target/linux/generic/pending-5.15/702-net-ethernet-mtk_eth_soc-enable-threaded-NAPI.patch
parent9721a42a272aab941ded476a4baa4a85031c3f07 (diff)
downloadupstream-1673b7dca3843698fe47f1df0ee61b88d9431ade.tar.gz
upstream-1673b7dca3843698fe47f1df0ee61b88d9431ade.tar.bz2
upstream-1673b7dca3843698fe47f1df0ee61b88d9431ade.zip
kernel: backport fixes for MediaTek Ethernet driver
Backport patches from net-next which fix possible memory and resource leaks in the error codepaths of WED initialization. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/generic/pending-5.15/702-net-ethernet-mtk_eth_soc-enable-threaded-NAPI.patch')
-rw-r--r--target/linux/generic/pending-5.15/702-net-ethernet-mtk_eth_soc-enable-threaded-NAPI.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/pending-5.15/702-net-ethernet-mtk_eth_soc-enable-threaded-NAPI.patch b/target/linux/generic/pending-5.15/702-net-ethernet-mtk_eth_soc-enable-threaded-NAPI.patch
index 670c2b04a8..3e1486962c 100644
--- a/target/linux/generic/pending-5.15/702-net-ethernet-mtk_eth_soc-enable-threaded-NAPI.patch
+++ b/target/linux/generic/pending-5.15/702-net-ethernet-mtk_eth_soc-enable-threaded-NAPI.patch
@@ -30,7 +30,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
}
return IRQ_HANDLED;
-@@ -4114,6 +4114,8 @@ static int mtk_probe(struct platform_dev
+@@ -4118,6 +4118,8 @@ static int mtk_probe(struct platform_dev
* for NAPI to work
*/
init_dummy_netdev(&eth->dummy_dev);