Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290965
b: refs/heads/master
c: 42d2d87
h: refs/heads/master
i:
  290963: a8cc22e
v: v3
  • Loading branch information
Andrei Emeltchenko authored and Johan Hedberg committed Feb 17, 2012
1 parent d031fe3 commit fd2070e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e05dcc3291dcfe9ab1b456f38ccb3041ebbda59c
refs/heads/master: 42d2d87cfe837e987802588f8d8b119a76714a74
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/hci_conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void hci_acl_connect(struct hci_conn *conn)
struct inquiry_entry *ie;
struct hci_cp_create_conn cp;

BT_DBG("%p", conn);
BT_DBG("hcon %p", conn);

conn->state = BT_CONNECT;
conn->out = true;
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/l2cap_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ static u16 l2cap_alloc_cid(struct l2cap_conn *conn)

static void l2cap_state_change(struct l2cap_chan *chan, int state)
{
BT_DBG("%p %s -> %s", chan, state_to_string(chan->state),
BT_DBG("chan %p %s -> %s", chan, state_to_string(chan->state),
state_to_string(state));

chan->state = state;
Expand Down

0 comments on commit fd2070e

Please sign in to comment.