From: Archie Pusaka <[email protected]>
Both calls are already handled by the hci_suspend_notifier.
Signed-off-by: Archie Pusaka <[email protected]>
Reviewed-by: Abhishek Pandit-Subedi <[email protected]>
Reviewed-by: Manish Mandlik <[email protected]>
---
drivers/bluetooth/btmrvl_sdio.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/bluetooth/btmrvl_sdio.c b/drivers/bluetooth/btmrvl_sdio.c
index b8ef66f89fc1..41f1c15ec5c1 100644
--- a/drivers/bluetooth/btmrvl_sdio.c
+++ b/drivers/bluetooth/btmrvl_sdio.c
@@ -1656,7 +1656,6 @@ static int btmrvl_sdio_suspend(struct device *dev)
priv->adapter->is_suspending = true;
hcidev = priv->btmrvl_dev.hcidev;
BT_DBG("%s: SDIO suspend", hcidev->name);
- hci_suspend_dev(hcidev);
if (priv->adapter->hs_state != HS_ACTIVATED) {
if (btmrvl_enable_hs(priv)) {
@@ -1721,7 +1720,6 @@ static int btmrvl_sdio_resume(struct device *dev)
BT_DBG("%s: HS DEACTIVATED in resume!", hcidev->name);
priv->adapter->is_suspended = false;
BT_DBG("%s: SDIO resume", hcidev->name);
- hci_resume_dev(hcidev);
/* Disable platform specific wakeup interrupt */
if (card->plt_wake_cfg && card->plt_wake_cfg->irq_bt >= 0 &&
--
2.37.0.rc0.104.g0611611a94-goog
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=653560
---Test result---
Test Summary:
CheckPatch PASS 0.86 seconds
GitLint PASS 0.45 seconds
SubjectPrefix PASS 0.30 seconds
BuildKernel PASS 37.93 seconds
BuildKernel32 PASS 34.14 seconds
Incremental Build with patchesPASS 45.35 seconds
TestRunner: Setup PASS 576.13 seconds
TestRunner: l2cap-tester PASS 19.26 seconds
TestRunner: bnep-tester PASS 6.85 seconds
TestRunner: mgmt-tester PASS 119.32 seconds
TestRunner: rfcomm-tester PASS 10.85 seconds
TestRunner: sco-tester PASS 10.35 seconds
TestRunner: smp-tester PASS 10.45 seconds
TestRunner: userchan-tester PASS 7.09 seconds
---
Regards,
Linux Bluetooth