mbox series

[BlueZ,0/1] shared/bass: Functions cleanup

Message ID 20231204165934.2847-1-iulia.tanasescu@nxp.com (mailing list archive)
Headers show
Series shared/bass: Functions cleanup | expand

Message

Iulia Tanasescu Dec. 4, 2023, 4:59 p.m. UTC
This adds some cleanup in shared/bass code: use util_iov
APIs to extract/push bytes, use new0 to allocate structures,
remove redundant functions.

Iulia Tanasescu (1):
  shared/bass: Cleanup memory allocation/handling

 src/shared/bass.c | 241 +++++++++++++++++++---------------------------
 1 file changed, 101 insertions(+), 140 deletions(-)


base-commit: cb1a3fd96c48a878f1a93ffc81e0c5d867b03cd8

Comments

patchwork-bot+bluetooth@kernel.org Dec. 5, 2023, 3:40 a.m. UTC | #1
Hello:

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

On Mon,  4 Dec 2023 18:59:33 +0200 you wrote:
> This adds some cleanup in shared/bass code: use util_iov
> APIs to extract/push bytes, use new0 to allocate structures,
> remove redundant functions.
> 
> Iulia Tanasescu (1):
>   shared/bass: Cleanup memory allocation/handling
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/1] shared/bass: Functions cleanup
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=8980f4f1f730

You are awesome, thank you!