Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328188
b: refs/heads/master
c: ab19516
h: refs/heads/master
v: v3
  • Loading branch information
Syam Sidhardhan authored and Gustavo Padovan committed Aug 21, 2012
1 parent 0b06f6e commit 70e3446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f0d6a0ea330617454032d6e2ed48759858a44427
refs/heads/master: ab19516a50b375c11b9fa442954a43454a730950
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/l2cap_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ int l2cap_chan_connect(struct l2cap_chan *chan, __le16 psm, u16 cid,
int err;

BT_DBG("%s -> %s (type %u) psm 0x%2.2x", batostr(src), batostr(dst),
dst_type, __le16_to_cpu(chan->psm));
dst_type, __le16_to_cpu(psm));

hdev = hci_get_route(dst, src);
if (!hdev)
Expand Down

0 comments on commit 70e3446

Please sign in to comment.