* [PATCH] bluetooth: pm: use SIMPLE_DEV_OPS for pm struct
@ 2026-08-19 5:45 Li Jun
2026-08-19 6:28 ` bluez.test.bot
0 siblings, 1 reply; 2+ messages in thread
From: Li Jun @ 2026-08-19 5:45 UTC (permalink / raw)
To: lijun01, marcel, luiz.dentz, linux-bluetooth
use SIMPLE_DEV_PM_OPS for charlcd_pm_ops,and add the value of
.freeze .thaw .poweroff .restore.if these address are null, may cause
error in s4.
Signed-off-by: Li Jun <lijun01@kylinos.cn>
---
drivers/bluetooth/btmrvl_sdio.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/drivers/bluetooth/btmrvl_sdio.c b/drivers/bluetooth/btmrvl_sdio.c
index b91fc63bc9fe..197237e78a3c 100644
--- a/drivers/bluetooth/btmrvl_sdio.c
+++ b/drivers/bluetooth/btmrvl_sdio.c
@@ -1726,10 +1726,7 @@ static int btmrvl_sdio_resume(struct device *dev)
return 0;
}
-static const struct dev_pm_ops btmrvl_sdio_pm_ops = {
- .suspend = btmrvl_sdio_suspend,
- .resume = btmrvl_sdio_resume,
-};
+SIMPLE_DEV_PM_OPS(btmrvl_sdio_pm_ops, btmrvl_sdio_suspend, btmrvl_sdio_resume);
static struct sdio_driver bt_mrvl_sdio = {
.name = "btmrvl_sdio",
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* RE: bluetooth: pm: use SIMPLE_DEV_OPS for pm struct
2026-08-19 5:45 [PATCH] bluetooth: pm: use SIMPLE_DEV_OPS for pm struct Li Jun
@ 2026-08-19 6:28 ` bluez.test.bot
0 siblings, 0 replies; 2+ messages in thread
From: bluez.test.bot @ 2026-08-19 6:28 UTC (permalink / raw)
To: linux-bluetooth, lijun01
[-- Attachment #1: Type: text/plain, Size: 1348 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=1148208
---Test result---
Test Summary:
CheckPatch PASS 5.20 seconds
VerifyFixes PASS 1.09 seconds
VerifySignedoff PASS 0.48 seconds
GitLint PASS 0.87 seconds
SubjectPrefix FAIL 0.12 seconds
BuildKernel PASS 28.77 seconds
CheckAllWarning PASS 29.71 seconds
CheckSparse PASS 27.87 seconds
BuildKernel32 PASS 25.82 seconds
CheckKernelLLVM SKIP 0.00 seconds
TestRunnerSetup PASS 482.56 seconds
IncrementalBuild PASS 25.20 seconds
Details
##############################
Test: SubjectPrefix - FAIL
Desc: Check subject contains "Bluetooth" prefix
Output:
"Bluetooth: " prefix is not specified in the subject
##############################
Test: CheckKernelLLVM - SKIP
Desc: Build kernel with LLVM + context analysis
Output:
Clang not found
https://github.com/bluez/bluetooth-next/pull/612
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-19 6:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-19 5:45 [PATCH] bluetooth: pm: use SIMPLE_DEV_OPS for pm struct Li Jun
2026-08-19 6:28 ` 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