]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Replace BT_DBG with bt_dev_dbg for management support
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 6 May 2020 07:57:47 +0000 (09:57 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 11 May 2020 10:13:38 +0000 (12:13 +0200)
commitc2d99449fa1d16d4005b62c5a52cc78a32ee0351
treea3c856944d01871b31dc2fb26851492f6dec33db
parent669482b76f8a5c36477000f3d350d6e403f57dd6
Bluetooth: Replace BT_DBG with bt_dev_dbg for management support

The majority of management interaction are based on a controller index
and have a hci_dev associated with it. So use bt_dev_dbg to have a clean
way of indentifying the controller the debug message belongs to.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/mgmt.c