Message ID | 20201211160253.1.Ideb5dbf81fdb531ff36814aed2c969980049dd28@changeid |
---|---|
State | New |
Headers | show |
Series | adapter: Change noisy log to DBG | expand |
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=400907 ---Test result--- ############################## Test: CheckPatch - PASS ############################## Test: CheckGitLint - PASS ############################## Test: CheckBuild - PASS ############################## Test: MakeCheck - PASS --- Regards, Linux Bluetooth
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); }