aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/bluetooth/hci_conn.c2
-rw-r--r--net/bluetooth/l2cap_core.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/bluetooth/hci_conn.c b/net/bluetooth/hci_conn.c
index f38e1b11d83..7ee6895c4b0 100644
--- a/net/bluetooth/hci_conn.c
+++ b/net/bluetooth/hci_conn.c
@@ -80,7 +80,7 @@ void hci_acl_connect(struct hci_conn *conn)
80 struct inquiry_entry *ie; 80 struct inquiry_entry *ie;
81 struct hci_cp_create_conn cp; 81 struct hci_cp_create_conn cp;
82 82
83 BT_DBG("%p", conn); 83 BT_DBG("hcon %p", conn);
84 84
85 conn->state = BT_CONNECT; 85 conn->state = BT_CONNECT;
86 conn->out = true; 86 conn->out = true;
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;