Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08e9d985 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "net: rmnet_data: Support recycling frames to real device"

parents cb4702a7 9f255856
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -77,6 +77,11 @@ void rmnet_kfree_skb(struct sk_buff *skb, unsigned int reason)
	if (likely(skb)) {
		struct rmnet_phys_ep_conf_s *config;

		if (skb->destructor) {
			skb->destructor(skb);
			return;
		}

		config = (struct rmnet_phys_ep_conf_s *)rcu_dereference
			 (skb->dev->rx_handler_data);
		if (likely(config))