diff options
Diffstat (limited to 'net/bluetooth/a2mp.c')
| -rw-r--r-- | net/bluetooth/a2mp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/a2mp.c b/net/bluetooth/a2mp.c index 79af661a58d..0760d1fed6f 100644 --- a/net/bluetooth/a2mp.c +++ b/net/bluetooth/a2mp.c @@ -416,7 +416,7 @@ static int a2mp_chan_recv_cb(struct l2cap_chan *chan, struct sk_buff *skb)  static void a2mp_chan_close_cb(struct l2cap_chan *chan)  { -	l2cap_chan_destroy(chan); +	l2cap_chan_put(chan);  }  static void a2mp_chan_state_change_cb(struct l2cap_chan *chan, int state)  |