Skip to content

Commit

Permalink
Bluetooth: Add debug print to l2cap_chan_create
Browse files Browse the repository at this point in the history
Signed-off-by: Szymon Janc <szymon.janc@tieto.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
  • Loading branch information
Szymon Janc authored and Gustavo F. Padovan committed Nov 7, 2011
1 parent b24752f commit abc545b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/bluetooth/l2cap_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit abc545b

Please sign in to comment.