diff options
-rw-r--r-- | net/bluetooth/l2cap_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c index 0edfa658090a..5fc852a9ae59 100644 --- a/net/bluetooth/l2cap_core.c +++ b/net/bluetooth/l2cap_core.c | |||
@@ -623,7 +623,7 @@ static struct sock *l2cap_get_sock_by_scid(int state, __le16 cid, bdaddr_t *src) | |||
623 | 623 | ||
624 | static void l2cap_le_conn_ready(struct l2cap_conn *conn) | 624 | static void l2cap_le_conn_ready(struct l2cap_conn *conn) |
625 | { | 625 | { |
626 | struct sock *parent, *uninitialized_var(sk); | 626 | struct sock *parent, *sk; |
627 | struct l2cap_chan *chan; | 627 | struct l2cap_chan *chan; |
628 | 628 | ||
629 | BT_DBG(""); | 629 | BT_DBG(""); |