Bluetooth: Add debug print to l2cap_chan_create
Signed-off-by: Szymon Janc <szymon.janc@tieto.com> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
This commit is contained in:
committed by
Gustavo F. Padovan
parent
b24752fe65
commit
abc545b8ef
@@ -294,6 +294,8 @@ struct l2cap_chan *l2cap_chan_create(struct sock *sk)
|
|||||||
|
|
||||||
atomic_set(&chan->refcnt, 1);
|
atomic_set(&chan->refcnt, 1);
|
||||||
|
|
||||||
|
BT_DBG("sk %p chan %p", sk, chan);
|
||||||
|
|
||||||
return chan;
|
return chan;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user