mbox series

[0/1] Bluetooth: hci_conn: remove extra line in hci_le_big_create_sync

Message ID 20230411074135.69768-1-iulia.tanasescu@nxp.com (mailing list archive)
Headers show
Series Bluetooth: hci_conn: remove extra line in hci_le_big_create_sync | expand

Message

Iulia Tanasescu April 11, 2023, 7:41 a.m. UTC
This patch removes the extra line setting the broadcast code parameter
of the hci_cp_le_create_big struct to 0. The line above copies the
broadcast code set in the QoS struct into the HCI command struct.

Iulia Tanasescu (1):
  Bluetooth: hci_conn: remove extra line in hci_le_big_create_sync

 net/bluetooth/hci_conn.c | 1 -
 1 file changed, 1 deletion(-)


base-commit: cbcb70b9beeeb5978f34844e7fa3a377d9fa350f

Comments

patchwork-bot+bluetooth@kernel.org April 14, 2023, 8:10 p.m. UTC | #1
Hello:

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

On Tue, 11 Apr 2023 10:41:34 +0300 you wrote:
> This patch removes the extra line setting the broadcast code parameter
> of the hci_cp_le_create_big struct to 0. The line above copies the
> broadcast code set in the QoS struct into the HCI command struct.
> 
> Iulia Tanasescu (1):
>   Bluetooth: hci_conn: remove extra line in hci_le_big_create_sync
> 
> [...]

Here is the summary with links:
  - [1/1] Bluetooth: hci_conn: remove extra line in hci_le_big_create_sync
    https://git.kernel.org/bluetooth/bluetooth-next/c/f5457383cdf4

You are awesome, thank you!