diff options
| author | Zijun Hu <zijun.hu@oss.qualcomm.com> | 2026-08-26 20:47:54 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-09-02 15:30:59 +0300 |
| commit | 1cd4bea9cb46dba6f7ec2e54eb966ff90bf3fe70 (patch) | |
| tree | b573c0c7e447ba8144223782179c731d21f58aae | |
| parent | e750cdb6de009aace3c77f37fe2173f96175e8e4 (diff) | |
| download | linux-1cd4bea9cb46dba6f7ec2e54eb966ff90bf3fe70.tar.xz | |
Bluetooth: hci_sync: Use bt_dev_err() to log error message in hci_update_event_filter_sync()
[ Upstream commit da0186f19a7433d3d5607b0f61e9a3de17d1f721 ]
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: f57b399c4fa1 ("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>
| -rw-r--r-- | net/bluetooth/hci_sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_sync.c b/net/bluetooth/hci_sync.c index ec99b0812580..62d53d1743bf 100644 --- a/net/bluetooth/hci_sync.c +++ b/net/bluetooth/hci_sync.c @@ -6239,7 +6239,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; |
