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:
Родитель
b24752fe65
Коммит
abc545b8ef
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче