Bluetooth: hci_sync: Don't double print name in add/remove adv_monitor
authorDouglas Anderson <dianders@chromium.org>
Fri, 30 Jun 2023 22:33:15 +0000 (15:33 -0700)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 11 Aug 2023 18:45:07 +0000 (11:45 -0700)
commit6f55eea116ba3646fb5fbb31de703f8cf79d8214
tree256a883ebf99cd030605109dd1890ed50a858226
parent999a8a6b2e6ae73d293ff9ca69ec1715e34d6219
Bluetooth: hci_sync: Don't double print name in add/remove adv_monitor

The hci_add_adv_monitor() hci_remove_adv_monitor() functions call
bt_dev_dbg() to print some debug statements. The bt_dev_dbg() macro
automatically adds in the device's name. That means that we shouldn't
include the name in the bt_dev_dbg() calls.

Suggested-by: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/hci_core.c