ipq40xx: less log output
This commit fix 7dc881
This commit is contained in:
parent
1f85f48995
commit
fba627a668
@ -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);
|
||||
+ 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);
|
||||
+ dev_err(&adapter->pdev->dev, "\n");
|
||||
+ res = -EINVAL;
|
||||
+ goto no_protocol_err;
|
||||
+ }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user