Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c916fbe4 authored by Gustavo Padovan's avatar Gustavo Padovan
Browse files

Bluetooth: Remove unneeded uninitialized_vars()



That was unnecessary use of it.

Signed-off-by: default avatarGustavo F. Padovan <padovan@profusion.mobi>
parent 49208c9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -623,7 +623,7 @@ static struct sock *l2cap_get_sock_by_scid(int state, __le16 cid, bdaddr_t *src)

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("");