commit | c916fbe45c1f30417fa28e62cbbfae295a3f315c | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <padovan@profusion.mobi> | Mon Apr 04 16:00:55 2011 -0300 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Wed Apr 13 12:19:58 2011 -0300 |
tree | 60d8e1b804ac43c5dc83fe3699c412ad0280cf8e | |
parent | 49208c9c7b483098401683fef5cfbd66931ca643 [diff] |
Bluetooth: Remove unneeded uninitialized_vars() That was unnecessary use of it. Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c index 0edfa65..5fc852a 100644 --- a/net/bluetooth/l2cap_core.c +++ b/net/bluetooth/l2cap_core.c
@@ -623,7 +623,7 @@ static void l2cap_le_conn_ready(struct l2cap_conn *conn) { - struct sock *parent, *uninitialized_var(sk); + struct sock *parent, *sk; struct l2cap_chan *chan; BT_DBG("");