mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
Bluetooth: hci_sync: Use bt_dev_err() to log error message in hci_update_event_filter_sync()
Use bt_dev_err() instead of bt_dev_dbg() to log error message in hci_update_event_filter_sync(). Signed-off-by: Zijun Hu <zijun.hu@oss.qualcomm.com> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
parent
4d7936e8a5
commit
da0186f19a
|
|
@ -6116,7 +6116,7 @@ static int hci_update_event_filter_sync(struct hci_dev *hdev)
|
|||
&b->bdaddr,
|
||||
HCI_CONN_SETUP_AUTO_ON);
|
||||
if (err)
|
||||
bt_dev_dbg(hdev, "Failed to set event filter for %pMR",
|
||||
bt_dev_err(hdev, "Failed to set event filter for %pMR",
|
||||
&b->bdaddr);
|
||||
else
|
||||
scan = SCAN_PAGE;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user