Message ID | 20240212153222.8191-2-silviu.barbulescu@nxp.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add support for multiple BISes on the bcast source | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | success | Gitlint PASS |
tedd_an/BuildEll | success | Build ELL PASS |
tedd_an/BluezMake | success | Bluez Make PASS |
tedd_an/MakeCheck | success | Bluez Make Check PASS |
tedd_an/MakeDistcheck | success | Make Distcheck PASS |
tedd_an/CheckValgrind | success | Check Valgrind PASS |
tedd_an/CheckSmatch | success | CheckSparse PASS |
tedd_an/bluezmakeextell | success | Make External ELL PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
tedd_an/ScanBuild | success | Scan Build PASS |
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=825253 ---Test result--- Test Summary: CheckPatch PASS 2.12 seconds GitLint PASS 1.38 seconds BuildEll PASS 24.54 seconds BluezMake PASS 725.68 seconds MakeCheck PASS 11.46 seconds MakeDistcheck PASS 162.50 seconds CheckValgrind PASS 225.71 seconds CheckSmatch PASS 327.98 seconds bluezmakeextell PASS 106.55 seconds IncrementalBuild PASS 4766.47 seconds ScanBuild PASS 940.66 seconds --- Regards, Linux Bluetooth
diff --git a/profiles/audio/bap.c b/profiles/audio/bap.c index 88c93127b..38ee42894 100644 --- a/profiles/audio/bap.c +++ b/profiles/audio/bap.c @@ -1207,8 +1207,6 @@ static struct bap_ep *ep_register_bcast(struct bap_data *data, */ if (rpac) bt_bap_pac_set_user_data(rpac, ep->path); - else - bt_bap_pac_set_user_data(lpac, ep->path); DBG("ep %p lpac %p rpac %p path %s", ep, ep->lpac, ep->rpac, ep->path);