aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'net/ethernet/eth.c')
-rw-r--r--net/ethernet/eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ethernet/eth.c b/net/ethernet/eth.c
index f3bad41d725f..76f8389eacd2 100644
--- a/net/ethernet/eth.c
+++ b/net/ethernet/eth.c
@@ -434,7 +434,7 @@ struct sk_buff **eth_gro_receive(struct sk_buff **head,
434 434
435 skb_gro_pull(skb, sizeof(*eh)); 435 skb_gro_pull(skb, sizeof(*eh));
436 skb_gro_postpull_rcsum(skb, eh, sizeof(*eh)); 436 skb_gro_postpull_rcsum(skb, eh, sizeof(*eh));
437 pp = ptype->callbacks.gro_receive(head, skb); 437 pp = call_gro_receive(ptype->callbacks.gro_receive, head, skb);
438 438
439out_unlock: 439out_unlock:
440 rcu_read_unlock(); 440 rcu_read_unlock();