From 46009b51d98d969c5ed055ee50f4b3d8f710e713 Mon Sep 17 00:00:00 2001 From: LEAN-ESX Date: Thu, 5 Mar 2020 06:18:29 -0800 Subject: [PATCH] ipq40xx: less ess_edma ipv6 log output --- .../710-net-add-qualcomm-essedma-ethernet-driver.patch | 2 +- .../710-net-add-qualcomm-essedma-ethernet-driver.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ipq40xx/patches-4.14/710-net-add-qualcomm-essedma-ethernet-driver.patch b/target/linux/ipq40xx/patches-4.14/710-net-add-qualcomm-essedma-ethernet-driver.patch index 05354a960..5997726fd 100644 --- a/target/linux/ipq40xx/patches-4.14/710-net-add-qualcomm-essedma-ethernet-driver.patch +++ b/target/linux/ipq40xx/patches-4.14/710-net-add-qualcomm-essedma-ethernet-driver.patch @@ -1523,7 +1523,7 @@ Signed-off-by: Christian Lamparter + int res; + + if (skb->protocol == htons(ETH_P_IPV6)) { -+ dev_err(&adapter->pdev->dev, "\n"); ++ + res = -EINVAL; + goto no_protocol_err; + } diff --git a/target/linux/ipq40xx/patches-4.19/710-net-add-qualcomm-essedma-ethernet-driver.patch b/target/linux/ipq40xx/patches-4.19/710-net-add-qualcomm-essedma-ethernet-driver.patch index 0dbf68047..8344b25ea 100644 --- a/target/linux/ipq40xx/patches-4.19/710-net-add-qualcomm-essedma-ethernet-driver.patch +++ b/target/linux/ipq40xx/patches-4.19/710-net-add-qualcomm-essedma-ethernet-driver.patch @@ -1523,7 +1523,7 @@ Signed-off-by: Christian Lamparter + int res; + + if (skb->protocol == htons(ETH_P_IPV6)) { -+ dev_err(&adapter->pdev->dev, "\n"); ++ + res = -EINVAL; + goto no_protocol_err; + }