The controller resume message tends to be pretty noisy (printed on every
resume from suspend) so make it a debug message instead.
---
src/adapter.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/adapter.c b/src/adapter.c
index ec6a6a64c..775c9c921 100644
--- a/src/adapter.c
+++ b/src/adapter.c
@@ -8835,7 +8835,7 @@ static void controller_resume_callback(uint16_t index, uint16_t length,
return;
}
- info("Controller resume with wake event 0x%x", ev->wake_reason);
+ DBG("Controller resume with wake event 0x%x", ev->wake_reason);
controller_resume_notify(adapter);
}
--
2.29.2.576.ga3fc446d84-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=400909
---Test result---
##############################
Test: CheckPatch - PASS
##############################
Test: CheckGitLint - PASS
##############################
Test: CheckBuild - PASS
##############################
Test: MakeCheck - PASS
---
Regards,
Linux Bluetooth