From: Christophe JAILLET Date: Wed, 2 Mar 2022 20:18:35 +0000 (+0100) Subject: Bluetooth: Don't assign twice the same value X-Git-Tag: v5.18-rc1~136^2~36^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f667e157605a217f10fc45f1a7fb4a8354eb5e3;p=thirdparty%2Flinux.git Bluetooth: Don't assign twice the same value data.pid is set twice with the same value. Remove one of these redundant calls. Signed-off-by: Christophe JAILLET Signed-off-by: Luiz Augusto von Dentz Signed-off-by: Marcel Holtmann --- diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c index 8df99c07f2724..ae78490ecd3d4 100644 --- a/net/bluetooth/l2cap_core.c +++ b/net/bluetooth/l2cap_core.c @@ -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;