]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Bluetooth: Don't assign twice the same value
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Wed, 2 Mar 2022 20:18:35 +0000 (21:18 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 18 Mar 2022 16:12:08 +0000 (17:12 +0100)
data.pid is set twice with the same value. Remove one of these redundant
calls.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/l2cap_core.c

index 8df99c07f27249848f08d5f5ade279a19aeb028d..ae78490ecd3d4b3e641cd4ed28084eed52027194 100644 (file)
@@ -1444,7 +1444,6 @@ static void l2cap_ecred_connect(struct l2cap_chan *chan)
        data.pdu.scid[0]     = cpu_to_le16(chan->scid);
 
        chan->ident = l2cap_get_ident(conn);
-       data.pid = chan->ops->get_peer_pid(chan);
 
        data.count = 1;
        data.chan = chan;