li Virtanen Signed-off-by: Luiz Augusto von Dentz Signed-off-by: Sasha Levin --- net/bluetooth/iso.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/bluetooth/iso.c b/net/bluetooth/iso.c index 9170c46eb47c6..88602f19decac 100644 --- a/net/bluetooth/iso.c +++ b/net/bluetooth/iso.c @@ -2416,7 +2416,7 @@ void iso_recv(struct hci_conn *hcon, struct sk_buff *skb, u16 flags) skb_copy_from_linear_data(skb, skb_put(conn->rx_skb, skb->len), skb->len); conn->rx_len -= skb->len; - return; + break; case ISO_END: skb_copy_from_linear_data(skb, skb_put(conn->rx_skb, skb->len), -- 2.51.0[PATCH 6.17 460/563] Bluetooth: ISO: dont leak skb in ISO_CONT RXGreg Kroah-Hartman undefinedstable@vger.kernel.org undefined undefined undefined undefined undefined~n