linux/net/bluetooth
Wei Yongjun ce9c5af63c Bluetooth: Fix debugfs entry leak in hci_register_dev()
[ Upstream commit 5a4bb6a8e981d3d0d492aa38412ee80b21033177 ]

Fault injection test report debugfs entry leak as follows:

debugfs: Directory 'hci0' with parent 'bluetooth' already present!

When register_pm_notifier() failed in hci_register_dev(), the debugfs
create by debugfs_create_dir() do not removed in the error handing path.

Add the remove debugfs code to fix it.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-01-27 09:04:23 +01:00
..
2018-05-26 09:16:44 +02:00
2015-07-30 13:31:59 +02:00
2015-07-30 13:31:59 +02:00
2021-05-22 10:59:21 +02:00
2017-09-01 22:49:47 +02:00
2018-09-26 12:39:32 +03:00