Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349661
b: refs/heads/master
c: 4c02e2d
h: refs/heads/master
i:
  349659: 56bd174
v: v3
  • Loading branch information
Andre Guedes authored and Gustavo Padovan committed Jan 31, 2013
1 parent e599cb5 commit 779cadb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 8cf9fa1240229cbdd888236c0c43fcbad680cf00
refs/heads/master: 4c02e2d444595200d0b18b889994aac3611cd288
6 changes: 3 additions & 3 deletions trunk/net/bluetooth/hci_conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,12 +249,12 @@ static void hci_conn_disconnect(struct hci_conn *conn)
__u8 reason = hci_proto_disconn_ind(conn);

switch (conn->type) {
case ACL_LINK:
hci_acl_disconn(conn, reason);
break;
case AMP_LINK:
hci_amp_disconn(conn, reason);
break;
default:
hci_acl_disconn(conn, reason);
break;
}
}

Expand Down

0 comments on commit 779cadb

Please sign in to comment.