Bluetooth: fix set but not used warning
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
This commit is contained in:
@@ -3663,7 +3663,6 @@ static inline int l2cap_data_channel(struct l2cap_conn *conn, u16 cid, struct sk
|
|||||||
{
|
{
|
||||||
struct l2cap_chan *chan;
|
struct l2cap_chan *chan;
|
||||||
struct sock *sk = NULL;
|
struct sock *sk = NULL;
|
||||||
struct l2cap_pinfo *pi;
|
|
||||||
u16 control;
|
u16 control;
|
||||||
u8 tx_seq;
|
u8 tx_seq;
|
||||||
int len;
|
int len;
|
||||||
@@ -3675,7 +3674,6 @@ static inline int l2cap_data_channel(struct l2cap_conn *conn, u16 cid, struct sk
|
|||||||
}
|
}
|
||||||
|
|
||||||
sk = chan->sk;
|
sk = chan->sk;
|
||||||
pi = l2cap_pi(sk);
|
|
||||||
|
|
||||||
BT_DBG("chan %p, len %d", chan, skb->len);
|
BT_DBG("chan %p, len %d", chan, skb->len);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user