From 9398cb98648e641d59f68e1f20ce4d8022d05e53 Mon Sep 17 00:00:00 2001 From: "Gustavo F. Padovan" Date: Wed, 18 May 2011 18:14:45 -0300 Subject: [PATCH] --- yaml --- r: 255689 b: refs/heads/master c: 78676a06260a4162b6837a8a2fb954445004ebc2 h: refs/heads/master i: 255687: 2d2f334bf02d382cd9768237a765ac98d935a297 v: v3 --- [refs] | 2 +- trunk/net/bluetooth/l2cap_core.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 4b362c8c6260..2d6a5fb83259 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 224f8af0db1cd50e9d954ca9d5a7d7716f63d2b0 +refs/heads/master: 78676a06260a4162b6837a8a2fb954445004ebc2 diff --git a/trunk/net/bluetooth/l2cap_core.c b/trunk/net/bluetooth/l2cap_core.c index 6b59005fba95..af1bc3085c44 100644 --- a/trunk/net/bluetooth/l2cap_core.c +++ b/trunk/net/bluetooth/l2cap_core.c @@ -3663,7 +3663,6 @@ static inline int l2cap_data_channel(struct l2cap_conn *conn, u16 cid, struct sk { struct l2cap_chan *chan; struct sock *sk = NULL; - struct l2cap_pinfo *pi; u16 control; u8 tx_seq; int len; @@ -3675,7 +3674,6 @@ static inline int l2cap_data_channel(struct l2cap_conn *conn, u16 cid, struct sk } sk = chan->sk; - pi = l2cap_pi(sk); BT_DBG("chan %p, len %d", chan, skb->len);