public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: btintel_pcie: Use devm_free_irq() instead of free_irq()
@ 2025-06-09  9:10 Yongbo Zhang
  2025-06-09  9:36 ` bluez.test.bot
  0 siblings, 1 reply; 2+ messages in thread
From: Yongbo Zhang @ 2025-06-09  9:10 UTC (permalink / raw)
  To: marcel, luiz.dentz, linux-bluetooth
  Cc: chandrashekar.devegowda, kiran.k, luiz.von.dentz, linux-kernel,
	Yongbo Zhang

devm_free_irq() instead of free_irq() should be used to manually
free IRQs allocated with devm_request_irq().

Signed-off-by: Yongbo Zhang <giraffesnn123@163.com>
---
 drivers/bluetooth/btintel_pcie.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bluetooth/btintel_pcie.c b/drivers/bluetooth/btintel_pcie.c
index 563165c5efae..b4b3b014547f 100644
--- a/drivers/bluetooth/btintel_pcie.c
+++ b/drivers/bluetooth/btintel_pcie.c
@@ -2296,7 +2296,7 @@ static void btintel_pcie_remove(struct pci_dev *pdev)
 		struct msix_entry *msix_entry;

 		msix_entry = &data->msix_entries[i];
-		free_irq(msix_entry->vector, msix_entry);
+		devm_free_irq(&data->pdev->dev, msix_entry->vector, msix_entry);
 	}

 	pci_free_irq_vectors(pdev);
--
2.49.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* RE: Bluetooth: btintel_pcie: Use devm_free_irq() instead of free_irq()
  2025-06-09  9:10 [PATCH] Bluetooth: btintel_pcie: Use devm_free_irq() instead of free_irq() Yongbo Zhang
@ 2025-06-09  9:36 ` bluez.test.bot
  0 siblings, 0 replies; 2+ messages in thread
From: bluez.test.bot @ 2025-06-09  9:36 UTC (permalink / raw)
  To: linux-bluetooth, giraffesnn123

[-- Attachment #1: Type: text/plain, Size: 2030 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=969746

---Test result---

Test Summary:
CheckPatch                    PENDING   0.41 seconds
GitLint                       PENDING   0.34 seconds
SubjectPrefix                 PASS      0.05 seconds
BuildKernel                   PASS      24.35 seconds
CheckAllWarning               PASS      27.03 seconds
CheckSparse                   PASS      31.27 seconds
BuildKernel32                 PASS      24.30 seconds
TestRunnerSetup               PASS      462.15 seconds
TestRunner_l2cap-tester       PASS      25.49 seconds
TestRunner_iso-tester         PASS      38.47 seconds
TestRunner_bnep-tester        PASS      5.91 seconds
TestRunner_mgmt-tester        FAIL      136.52 seconds
TestRunner_rfcomm-tester      PASS      9.43 seconds
TestRunner_sco-tester         PASS      14.84 seconds
TestRunner_ioctl-tester       PASS      10.06 seconds
TestRunner_mesh-tester        PASS      7.51 seconds
TestRunner_smp-tester         PASS      9.98 seconds
TestRunner_userchan-tester    PASS      6.19 seconds
IncrementalBuild              PENDING   0.77 seconds

Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:

##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:

##############################
Test: TestRunner_mgmt-tester - FAIL
Desc: Run mgmt-tester with test-runner
Output:
Total: 490, Passed: 484 (98.8%), Failed: 2, Not Run: 4

Failed Test Cases
LL Privacy - Set Flags 1 (Add to RL)                 Failed       0.178 seconds
LL Privacy - Set Flags 3 (2 Devices to RL)           Failed       0.215 seconds
##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:



---
Regards,
Linux Bluetooth


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-06-09  9:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-09  9:10 [PATCH] Bluetooth: btintel_pcie: Use devm_free_irq() instead of free_irq() Yongbo Zhang
2025-06-09  9:36 ` 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