Newer Intel platforms support reset of Bluetooth device via ACPI DSM methods, but not all. If the platform doesn't support restarting Bluetooth via DSM an info message is more appropriate as nothing is actually wrong, since this is new behavior as of v6.6. Signed-off-by: Alexander Koskovich <akoskovich@xxxxx> --- drivers/bluetooth/btintel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bluetooth/btintel.c b/drivers/bluetooth/btintel.c index 2462796a512a..e025a80e10b5 100644 --- a/drivers/bluetooth/btintel.c +++ b/drivers/bluetooth/btintel.c @@ -2536,7 +2536,7 @@ static void btintel_set_dsm_reset_method(struct hci_dev *hdev, if (!acpi_check_dsm(handle, &btintel_guid_dsm, 0, BIT(DSM_SET_WDISABLE2_DELAY))) { - bt_dev_err(hdev, "No dsm support to set reset delay"); + bt_dev_info(hdev, "No dsm support to set reset delay"); return; } argv4.integer.type = ACPI_TYPE_INTEGER; -- 2.43.0