mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
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:
parent
b24752fe65
commit
abc545b8ef
1 changed files with 2 additions and 0 deletions
|
@ -294,6 +294,8 @@ struct l2cap_chan *l2cap_chan_create(struct sock *sk)
|
|||
|
||||
atomic_set(&chan->refcnt, 1);
|
||||
|
||||
BT_DBG("sk %p chan %p", sk, chan);
|
||||
|
||||
return chan;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue