* [PATCH] Bluetooth: btintel_pcie: Remove unreachable break after goto
@ 2026-07-22 7:43 Chen Changcheng
2026-07-22 9:59 ` bluez.test.bot
0 siblings, 1 reply; 2+ messages in thread
From: Chen Changcheng @ 2026-07-22 7:43 UTC (permalink / raw)
To: marcel, luiz.dentz
Cc: linux-bluetooth, linux-kernel, ccc194101, Chen Changcheng
In the switch-case block for hardware variant detection, the
default case has an unreachable 'break' statement following
'goto exit_error'. Remove the dead code.
Signed-off-by: Chen Changcheng <chenchangcheng@kylinos.cn>
---
drivers/bluetooth/btintel_pcie.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/bluetooth/btintel_pcie.c b/drivers/bluetooth/btintel_pcie.c
index 2b7231be5973..50929e3e50f4 100644
--- a/drivers/bluetooth/btintel_pcie.c
+++ b/drivers/bluetooth/btintel_pcie.c
@@ -2363,7 +2363,6 @@ static int btintel_pcie_setup_internal(struct hci_dev *hdev)
INTEL_HW_VARIANT(ver_tlv.cnvi_bt));
err = -EINVAL;
goto exit_error;
- break;
}
data->dmp_hdr.cnvi_top = ver_tlv.cnvi_top;
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* RE: Bluetooth: btintel_pcie: Remove unreachable break after goto
2026-07-22 7:43 [PATCH] Bluetooth: btintel_pcie: Remove unreachable break after goto Chen Changcheng
@ 2026-07-22 9:59 ` bluez.test.bot
0 siblings, 0 replies; 2+ messages in thread
From: bluez.test.bot @ 2026-07-22 9:59 UTC (permalink / raw)
To: linux-bluetooth, chenchangcheng
[-- Attachment #1: Type: text/plain, Size: 1181 bytes --]
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=1132223
---Test result---
Test Summary:
CheckPatch PASS 0.44 seconds
VerifyFixes PASS 0.08 seconds
VerifySignedoff PASS 0.07 seconds
GitLint PASS 0.19 seconds
SubjectPrefix PASS 0.07 seconds
BuildKernel PASS 20.03 seconds
CheckAllWarning PASS 22.08 seconds
CheckSparse PASS 21.18 seconds
BuildKernel32 PASS 19.59 seconds
CheckKernelLLVM SKIP 0.00 seconds
TestRunnerSetup PASS 361.05 seconds
IncrementalBuild PASS 19.10 seconds
Details
##############################
Test: CheckKernelLLVM - SKIP
Desc: Build kernel with LLVM + context analysis
Output:
Clang not found
https://github.com/bluez/bluetooth-next/pull/473
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-22 9:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-22 7:43 [PATCH] Bluetooth: btintel_pcie: Remove unreachable break after goto Chen Changcheng
2026-07-22 9:59 ` bluez.test.bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox