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

Commit c6a6ed98 authored by Swetha Chikkaboraiah's avatar Swetha Chikkaboraiah
Browse files

msm: ipa2: free the skb



 Free the skb once it is handled.

Change-Id: Ib5ef2b1f5729e294bd95c45b6aa1b00f03a5984d
Signed-off-by: default avatarSwetha Chikkaboraiah <schikk@codeaurora.org>
parent 6a7202fc
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;
}