Skip to content

Commit 163a91e

Browse files
Zijun Hugregkh
authored andcommitted
Bluetooth: hci_sync: Use bt_dev_err() to log error message in hci_update_event_filter_sync()
[ Upstream commit da0186f ] 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> Stable-dep-of: f57b399 ("Bluetooth: hci_sync: Fix accept list UAF during suspend") Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 90e9298 commit 163a91e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

net/bluetooth/hci_sync.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6038,7 +6038,7 @@ static int hci_update_event_filter_sync(struct hci_dev *hdev)
60386038
&b->bdaddr,
60396039
HCI_CONN_SETUP_AUTO_ON);
60406040
if (err)
6041-
bt_dev_dbg(hdev, "Failed to set event filter for %pMR",
6041+
bt_dev_err(hdev, "Failed to set event filter for %pMR",
60426042
&b->bdaddr);
60436043
else
60446044
scan = SCAN_PAGE;

0 commit comments

Comments
 (0)