From: Szymon Janc Date: Thu, 3 Nov 2011 15:05:44 +0000 (+0100) Subject: Bluetooth: Add debug print to l2cap_chan_create X-Git-Tag: v3.3-rc1~182^2~545^2~134^2~19 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=abc545b8efe3d50d649590df4b88cc652fd057f1;p=~emulex%2Finfiniband.git Bluetooth: Add debug print to l2cap_chan_create Signed-off-by: Szymon Janc Signed-off-by: Gustavo F. Padovan --- 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; }