diff options
| author | Zijun Hu <zijun.hu@oss.qualcomm.com> | 2026-08-26 14:03:44 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-09-02 14:29:19 +0200 |
| commit | b95bc136fe541e455480f0364b075dfdcb788924 (patch) | |
| tree | e4cf624a3b5add307d800b96b668b78b8d0631aa | |
| parent | 2e0471bf3ab2a6b7eedcc3b8a2a17286b6a9ae1a (diff) | |
| download | linux-stable-b95bc136fe541e455480f0364b075dfdcb788924.tar.gz linux-stable-b95bc136fe541e455480f0364b075dfdcb788924.zip | |
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 55fc529cc306..1d52bfae346f 100644 --- a/net/bluetooth/hci_sync.c +++ b/net/bluetooth/hci_sync.c @@ -6231,7 +6231,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; |
