-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PW_SID:918026] Bluetooth: hci: Remove deadcode #2620
Conversation
This patch adds workflow files for ci: [sync.yml] - The workflow file for scheduled work - Sync the repo with upstream repo and rebase the workflow branch - Review the patches in the patchwork and creates the PR if needed [ci.yml] - The workflow file for CI tasks - Run CI tests when PR is created Signed-off-by: Tedd Ho-Jeong An <[email protected]>
hci_bdaddr_list_del_with_flags() was added in 2020's commit 8baaa40 ("Bluetooth: Add bdaddr_list_with_flags for classic whitelist") but has remained unused. hci_remove_ext_adv_instance() was added in 2020's commit eca0ae4 ("Bluetooth: Add initial implementation of BIS connections") but has remained unused. Remove them. Signed-off-by: Dr. David Alan Gilbert <[email protected]>
CheckPatch |
GitLint |
SubjectPrefix |
BuildKernel |
CheckAllWarning |
CheckSparse
|
BuildKernel32 |
TestRunnerSetup |
TestRunner_l2cap-tester |
710fda9
to
d78a8a1
Compare
From: "Dr. David Alan Gilbert" [email protected]
hci_bdaddr_list_del_with_flags() was added in 2020's
commit 8baaa40 ("Bluetooth: Add bdaddr_list_with_flags for classic
whitelist")
but has remained unused.
hci_remove_ext_adv_instance() was added in 2020's
commit eca0ae4 ("Bluetooth: Add initial implementation of BIS
connections")
but has remained unused.
Remove them.
Signed-off-by: Dr. David Alan Gilbert [email protected]
include/net/bluetooth/hci_core.h | 2 --
include/net/bluetooth/hci_sync.h | 1 -
net/bluetooth/hci_core.c | 20 --------------------
net/bluetooth/hci_sync.c | 24 ------------------------
4 files changed, 47 deletions(-)