Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277663
b: refs/heads/master
c: 3e90dc8
h: refs/heads/master
i:
  277661: ab66c2f
  277659: d9b5ba6
  277655: 7a5ed88
  277647: 01edd4c
  277631: b209814
v: v3
  • Loading branch information
Gustavo F. Padovan committed Oct 7, 2011
1 parent d2f1404 commit 0c747a2
Show file tree
Hide file tree
Showing 2 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: 81b25cd04387fbceb76fe893db4863a380941413
refs/heads/master: 3e90dc86f4b840297bd1fafdb9ba1bf58f2e0e49
4 changes: 2 additions & 2 deletions trunk/net/bluetooth/hidp/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ static int hidp_session(void *arg)
return 0;
}

static struct hci_conn *hidp_find_connection(struct hidp_session *session)
static struct hci_conn *hidp_get_connection(struct hidp_session *session)
{
bdaddr_t *src = &bt_sk(session->ctrl_sock->sk)->src;
bdaddr_t *dst = &bt_sk(session->ctrl_sock->sk)->dst;
Expand Down Expand Up @@ -995,7 +995,7 @@ int hidp_add_connection(struct hidp_connadd_req *req, struct socket *ctrl_sock,
return -ENOMEM;
}

session->conn = hidp_find_connection(session);
session->conn = hidp_get_connection(session);
if (!session->conn) {
err = -ENOTCONN;
goto failed;
Expand Down

0 comments on commit 0c747a2

Please sign in to comment.