Bluetooth: Use chan instead of l2cap_pi macro
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
This commit is contained in:
Родитель
dc8ed672ca
Коммит
f9c3123b5a
|
@ -176,7 +176,7 @@ static int l2cap_sock_connect(struct socket *sock, struct sockaddr *addr, int al
|
||||||
chan->psm = la.l2_psm;
|
chan->psm = la.l2_psm;
|
||||||
chan->dcid = la.l2_cid;
|
chan->dcid = la.l2_cid;
|
||||||
|
|
||||||
err = l2cap_chan_connect(l2cap_pi(sk)->chan);
|
err = l2cap_chan_connect(chan);
|
||||||
if (err)
|
if (err)
|
||||||
goto done;
|
goto done;
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче