Bluetooth: hci_debugfs: Fix not checking conn->debugfs
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 19 Sep 2022 17:57:00 +0000 (10:57 -0700)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 21 Sep 2022 22:01:21 +0000 (15:01 -0700)
commit7096daba731eea262e0f7bf03453ceddcad89f70
treea835945aa343ed460dc08515ebd6c85a0f4c2a9c
parent448a496f760664d3e2e79466aa1787e6abc922b5
Bluetooth: hci_debugfs: Fix not checking conn->debugfs

hci_debugfs_create_conn shall check if conn->debugfs has already been
created and don't attempt to overwrite it.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/hci_debugfs.c