mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
ipq40xx: less ess_edma ipv6 log output
This commit is contained in:
parent
64aa041cb3
commit
46009b51d9
@ -1523,7 +1523,7 @@ Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
|
||||
+ int res;
|
||||
+
|
||||
+ if (skb->protocol == htons(ETH_P_IPV6)) {
|
||||
+ dev_err(&adapter->pdev->dev, "\n");
|
||||
+
|
||||
+ res = -EINVAL;
|
||||
+ goto no_protocol_err;
|
||||
+ }
|
||||
|
@ -1523,7 +1523,7 @@ Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
|
||||
+ int res;
|
||||
+
|
||||
+ if (skb->protocol == htons(ETH_P_IPV6)) {
|
||||
+ dev_err(&adapter->pdev->dev, "\n");
|
||||
+
|
||||
+ res = -EINVAL;
|
||||
+ goto no_protocol_err;
|
||||
+ }
|
||||
|
Loading…
Reference in New Issue
Block a user