Bluetooth: Replace BT_DBG with bt_dev_dbg in HCI request
authorHoward Chung <howardchung@google.com>
Wed, 11 Nov 2020 07:02:19 +0000 (15:02 +0800)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 11 Nov 2020 11:14:16 +0000 (12:14 +0100)
commit22fbcfc54705213fa358bcc1349db8bbdf398ddc
tree2d66e7b1b10d387a40981976a77ba5aced59d4ca
parent3ae1dc756f48ba33428c7f958e9f19fa8244672c
Bluetooth: Replace BT_DBG with bt_dev_dbg in HCI request

This replaces the BT_DBG function to bt_dev_dbg as it is cleaner to show
the controller index in the debug message.

Signed-off-by: Howard Chung <howardchung@google.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_request.c