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

Commit a57b056a authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge " msm: ipa2: free the skb"

parents 9e85d016 c6a6ed98
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2012-2018, 2020, The Linux Foundation. All rights reserved.
 * Copyright (c) 2012-2018, 2020-2021, The Linux Foundation. All rights reserved.
 */

#include <linux/delay.h>
@@ -2600,6 +2600,7 @@ static int ipa_lan_rx_pyld_hdlr(struct sk_buff *skb,
		}
	}

	sys->free_skb(skb);
out:
	return 0;
}