]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: SMP: Convert BT_ERR/BT_DBG to bt_dev_err/bt_dev_dbg
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 15 Mar 2021 21:39:29 +0000 (14:39 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 15 Mar 2021 20:42:25 +0000 (21:42 +0100)
commit3dae2c2126dfb4928a42cb6ad6ef1155d0120b50
tree333bddc584f28d5008f80d6725979d03ae63b56f
parent7cf1480edd2ef18aeaa071e8a53609e7cfba7b46
Bluetooth: SMP: Convert BT_ERR/BT_DBG to bt_dev_err/bt_dev_dbg

This converts instances of BT_ERR and BT_DBG to bt_dev_err and
bt_dev_dbg which can be enabled at runtime when BT_FEATURE_DEBUG is
enabled.

Note: Not all instances could be converted as some are exercised by
selftest.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/smp.c