Dear Pauli,
Thank you for your patch.
You might want to make the commit message summary a statement about the
action. Maybe:
Combine unneeded hci_conn_cleanup() with hci_conn_del()
Am 26.07.23 um 23:25 schrieb Pauli Virtanen:
hci_conn_cleanup is no longer needed, so move the code back to
Why is it no longer needed?
hci_conn_del to keep the hci_conn teardown in a single place.
This undoes commit b958f9a3e877 ("Bluetooth: Fix reference counting for
LE-scan based connections"), but keeps the current order of cleanup
operations.
Signed-off-by: Pauli Virtanen <pav@xxxxxx>
---
net/bluetooth/hci_conn.c | 78 +++++++++++++++++-----------------------
1 file changed, 33 insertions(+), 45 deletions(-)
[…]
Kind regards,
Paul