diff options
Diffstat (limited to 'net/bluetooth/sco.c')
-rw-r--r-- | net/bluetooth/sco.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/sco.c b/net/bluetooth/sco.c index 4767928a93d3..d0927d1fdada 100644 --- a/net/bluetooth/sco.c +++ b/net/bluetooth/sco.c | |||
@@ -273,7 +273,6 @@ static inline void sco_recv_frame(struct sco_conn *conn, struct sk_buff *skb) | |||
273 | 273 | ||
274 | drop: | 274 | drop: |
275 | kfree_skb(skb); | 275 | kfree_skb(skb); |
276 | return; | ||
277 | } | 276 | } |
278 | 277 | ||
279 | /* -------- Socket interface ---------- */ | 278 | /* -------- Socket interface ---------- */ |