diff options
author | Szymon Janc <szymon.janc@tieto.com> | 2011-11-03 16:05:44 +0100 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-11-07 17:25:05 -0200 |
commit | abc545b8efe3d50d649590df4b88cc652fd057f1 (patch) | |
tree | fee8e879bbedde6f9c8954f89bb0bee4d508f145 /net/bluetooth | |
parent | b24752fe655e9427240a5fe840914b94e5f9c2bc (diff) |
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>
Diffstat (limited to 'net/bluetooth')
-rw-r--r-- | net/bluetooth/l2cap_core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c index 335dc6fbccf..fe5666e1529 100644 --- a/net/bluetooth/l2cap_core.c +++ b/net/bluetooth/l2cap_core.c @@ -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; } |