]> www.infradead.org Git - users/dwmw2/linux.git/commit
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>
Wed, 3 Mar 2021 17:22:37 +0000 (18:22 +0100)
commit858b98d0ac1fe8eae468e4f00784e93ae1b3be2f
treecc8168df773206f8dafa605b4152cd5387eaffbc
parent2dfbc49763bf4b1e241becc712752e9f264ed422
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