Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Zijun Hu and committed by
Luiz Augusto von Dentz
da0186f1 4d7936e8

+1 -1
+1 -1
net/bluetooth/hci_sync.c
··· 6116 6116 &b->bdaddr, 6117 6117 HCI_CONN_SETUP_AUTO_ON); 6118 6118 if (err) 6119 - bt_dev_dbg(hdev, "Failed to set event filter for %pMR", 6119 + bt_dev_err(hdev, "Failed to set event filter for %pMR", 6120 6120 &b->bdaddr); 6121 6121 else 6122 6122 scan = SCAN_PAGE;