2023-04-11 07:42:56

by Iulia Tanasescu

[permalink] [raw]
Subject: [PATCH 1/1] Bluetooth: hci_conn: remove extra line in hci_le_big_create_sync

Remove extra line setting the broadcast code parameter of the
hci_cp_le_create_big struct to 0. The broadcast code is copied
from the QoS struct.

Signed-off-by: Iulia Tanasescu <[email protected]>
---
net/bluetooth/hci_conn.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/net/bluetooth/hci_conn.c b/net/bluetooth/hci_conn.c
index 5672b4924572..01e0b7255174 100644
--- a/net/bluetooth/hci_conn.c
+++ b/net/bluetooth/hci_conn.c
@@ -1700,7 +1700,6 @@ static int hci_le_create_big(struct hci_conn *conn, struct bt_iso_qos *qos)
cp.bis.framing = qos->bcast.framing;
cp.bis.encryption = qos->bcast.encryption;
memcpy(cp.bis.bcode, qos->bcast.bcode, sizeof(cp.bis.bcode));
- memset(&cp.bis.bcode, 0, sizeof(cp.bis.bcode));

return hci_send_cmd(hdev, HCI_OP_LE_CREATE_BIG, sizeof(cp), &cp);
}
--
2.34.1


2023-04-11 08:53:48

by bluez.test.bot

[permalink] [raw]
Subject: RE: Bluetooth: hci_conn: remove extra line in hci_le_big_create_sync

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=738667

---Test result---

Test Summary:
CheckPatch PASS 0.68 seconds
GitLint PASS 0.35 seconds
SubjectPrefix PASS 0.13 seconds
BuildKernel PASS 31.31 seconds
CheckAllWarning PASS 34.47 seconds
CheckSparse PASS 39.00 seconds
CheckSmatch PASS 108.99 seconds
BuildKernel32 PASS 30.40 seconds
TestRunnerSetup PASS 436.72 seconds
TestRunner_l2cap-tester PASS 16.50 seconds
TestRunner_iso-tester PASS 16.31 seconds
TestRunner_bnep-tester PASS 5.21 seconds
TestRunner_mgmt-tester PASS 111.36 seconds
TestRunner_rfcomm-tester PASS 8.51 seconds
TestRunner_sco-tester PASS 7.78 seconds
TestRunner_ioctl-tester PASS 9.09 seconds
TestRunner_mesh-tester PASS 6.67 seconds
TestRunner_smp-tester PASS 7.66 seconds
TestRunner_userchan-tester PASS 5.47 seconds
IncrementalBuild PASS 28.69 seconds



---
Regards,
Linux Bluetooth