projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc8ed67
)
Bluetooth: Use chan instead of l2cap_pi macro
author
Gustavo F. Padovan
<padovan@profusion.mobi>
Fri, 9 Dec 2011 06:40:10 +0000
(
04:40
-0200)
committer
Gustavo F. Padovan
<padovan@profusion.mobi>
Fri, 16 Dec 2011 20:16:14 +0000
(18:16 -0200)
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/l2cap_sock.c
patch
|
blob
|
history
diff --git
a/net/bluetooth/l2cap_sock.c
b/net/bluetooth/l2cap_sock.c
index
b85e390
..
fbdc8b3
100644
(file)
--- a/
net/bluetooth/l2cap_sock.c
+++ b/
net/bluetooth/l2cap_sock.c
@@
-176,7
+176,7
@@
static int l2cap_sock_connect(struct socket *sock, struct sockaddr *addr, int al
chan->psm = la.l2_psm;
chan->dcid = la.l2_cid;
- err = l2cap_chan_connect(
l2cap_pi(sk)->
chan);
+ err = l2cap_chan_connect(chan);
if (err)
goto done;