mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
ipq40xx: less ess_edma ipv6 log output
This commit is contained in:
parent
9c42b9f581
commit
486426de57
@ -34,3 +34,15 @@ Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
|
||||
+obj-$(CONFIG_ESSEDMA) += essedma/
|
||||
|
||||
obj-$(CONFIG_RMNET) += rmnet/
|
||||
|
||||
--- a/drivers/net/ethernet/qualcomm/essedma/edma.c
|
||||
+++ b/drivers/net/ethernet/qualcomm/essedma/edma.c
|
||||
@@ -1493,7 +1493,7 @@
|
||||
int res;
|
||||
|
||||
if (skb->protocol == htons(ETH_P_IPV6)) {
|
||||
- dev_err(&adapter->pdev->dev, "IPv6 not supported\n");
|
||||
+
|
||||
res = -EINVAL;
|
||||
goto no_protocol_err;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user