aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/bluetooth/l2cap_core.c')
-rw-r--r--net/bluetooth/l2cap_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c
index 88968e711d3..37736c6603f 100644
--- a/net/bluetooth/l2cap_core.c
+++ b/net/bluetooth/l2cap_core.c
@@ -217,7 +217,7 @@ static u16 l2cap_alloc_cid(struct l2cap_conn *conn)
217 217
218static void l2cap_state_change(struct l2cap_chan *chan, int state) 218static void l2cap_state_change(struct l2cap_chan *chan, int state)
219{ 219{
220 BT_DBG("%p %s -> %s", chan, state_to_string(chan->state), 220 BT_DBG("chan %p %s -> %s", chan, state_to_string(chan->state),
221 state_to_string(state)); 221 state_to_string(state));
222 222
223 chan->state = state; 223 chan->state = state;