Bluetooth: Fix initializing response id after clearing struct
authorChristopher William Snowhill <chris@kode54.net>
Sun, 27 Dec 2020 03:12:32 +0000 (19:12 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 Mar 2021 10:37:20 +0000 (11:37 +0100)
commit65933b074ae0b5cbfa5796e0a0631ba75f34f5c2
tree0d2e9e4b4c29c82926c6f3c7542418295dd0c5e9
parentbbe6d14a98b02ce92c250a95cee3597d3418ca71
Bluetooth: Fix initializing response id after clearing struct

[ Upstream commit a5687c644015a097304a2e47476c0ecab2065734 ]

Looks like this was missed when patching the source to clear the structures
throughout, causing this one instance to clear the struct after the response
id is assigned.

Fixes: eddb7732119d ("Bluetooth: A2MP: Fix not initializing all members")
Signed-off-by: Christopher William Snowhill <chris@kode54.net>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/bluetooth/a2mp.c