mbox series

[0/2] Bluetooth: MGMT: Deadcode cleanup

Message ID 20250127213716.232551-1-linux@treblig.org (mailing list archive)
Headers show
Series Bluetooth: MGMT: Deadcode cleanup | expand

Message

Dr. David Alan Gilbert Jan. 27, 2025, 9:37 p.m. UTC
From: "Dr. David Alan Gilbert" <linux@treblig.org>

Hi,
  A couple of deadcode removal patches.

They're both strictly function removals, no internal changes
to a function.

Build tested only.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>


Dr. David Alan Gilbert (2):
  Bluetooth: MGMT: Remove unused mgmt_pending_find_data
  Bluetooth: MGMT: Remove unused mgmt_*_discovery_complete

 include/net/bluetooth/hci_core.h |  2 --
 net/bluetooth/mgmt.c             | 40 --------------------------------
 net/bluetooth/mgmt_util.c        | 17 --------------
 net/bluetooth/mgmt_util.h        |  4 ----
 4 files changed, 63 deletions(-)

Comments

patchwork-bot+bluetooth@kernel.org Jan. 28, 2025, 8:30 p.m. UTC | #1
Hello:

This series was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Mon, 27 Jan 2025 21:37:14 +0000 you wrote:
> From: "Dr. David Alan Gilbert" <linux@treblig.org>
> 
> Hi,
>   A couple of deadcode removal patches.
> 
> They're both strictly function removals, no internal changes
> to a function.
> 
> [...]

Here is the summary with links:
  - [1/2] Bluetooth: MGMT: Remove unused mgmt_pending_find_data
    https://git.kernel.org/bluetooth/bluetooth-next/c/f694e720fddd
  - [2/2] Bluetooth: MGMT: Remove unused mgmt_*_discovery_complete
    https://git.kernel.org/bluetooth/bluetooth-next/c/55b8d4c01dde

You are awesome, thank you!