]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: hci_conn: add missing hci_dev_put() in iso_listen_bis()
authorWang ShaoBo <bobo.shaobowang@huawei.com>
Wed, 9 Nov 2022 02:39:06 +0000 (10:39 +0800)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 2 Dec 2022 21:09:30 +0000 (13:09 -0800)
commitd1217ea25bed0f5dfc2279547a80c00cad5c62dd
treedd2ec5d22325c00fa5abea2af32684c13be8f088
parentd9863cec3dc2e958dea99cf2ec95ae7f6414a350
Bluetooth: hci_conn: add missing hci_dev_put() in iso_listen_bis()

hci_get_route() takes reference, we should use hci_dev_put() to release
it when not need anymore.

Fixes: bfa2c8a68746 ("Bluetooth: ISO: Add broadcast support")
Signed-off-by: Wang ShaoBo <bobo.shaobowang@huawei.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/iso.c