]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/bluetooth/l2cap_core.c
Bluetooth: Add debug print to l2cap_chan_create
[mv-sheeva.git] / net / bluetooth / l2cap_core.c
index 335dc6fbccf7744f9e81601e91579460c2b66c98..fe5666e1529815003ec9129e235f5e923deaa358 100644 (file)
@@ -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;
 }