From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> This converts instances of BT_DBG to bt_dev_dbg when logging to a specific hci_dev this is preferable since it does prints the name by default. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> --- net/bluetooth/hci_sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/bluetooth/hci_sync.c b/net/bluetooth/hci_sync.c index 31d72b9683ef..46c20476dae5 100644 --- a/net/bluetooth/hci_sync.c +++ b/net/bluetooth/hci_sync.c @@ -5189,7 +5189,7 @@ static void hci_pend_le_actions_clear(struct hci_dev *hdev) } } - BT_DBG("All LE pending actions cleared"); + bt_dev_dbg(hdev, "All LE pending actions cleared"); } static int hci_dev_shutdown(struct hci_dev *hdev) -- 2.50.1