From 3a63e6552676c687c6cda8132d609ebb54e92138 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 14 Jun 2023 20:53:34 +0000 Subject: [PATCH] Revert "Bluetooth: fix debugfs registration" This reverts commit e5ae01fd46a30a77c7e2a6fecff6d3acb9264ced. It breaks the Android KABI and will be brought back at a later time when it is safe to do so. Bug: 161946584 Change-Id: I6638860ea9174a4124df2a24a004d96b9676ce0b Signed-off-by: Greg Kroah-Hartman --- include/net/bluetooth/hci.h | 1 - net/bluetooth/hci_sync.c | 3 --- 2 files changed, 4 deletions(-) diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index a674221d151d..b350d92136c8 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -350,7 +350,6 @@ enum { enum { HCI_SETUP, HCI_CONFIG, - HCI_DEBUGFS_CREATED, HCI_AUTO_OFF, HCI_RFKILLED, HCI_MGMT, diff --git a/net/bluetooth/hci_sync.c b/net/bluetooth/hci_sync.c index 2f761b77f422..e8b78104a407 100644 --- a/net/bluetooth/hci_sync.c +++ b/net/bluetooth/hci_sync.c @@ -4484,9 +4484,6 @@ static int hci_init_sync(struct hci_dev *hdev) !hci_dev_test_flag(hdev, HCI_CONFIG)) return 0; - if (hci_dev_test_and_set_flag(hdev, HCI_DEBUGFS_CREATED)) - return 0; - hci_debugfs_create_common(hdev); if (lmp_bredr_capable(hdev))