Skip to content
Snippets Groups Projects
Commit a418b893 authored by Marcel Holtmann's avatar Marcel Holtmann
Browse files

Bluetooth: Enable per-module dynamic debug messages


With the introduction of CONFIG_DYNAMIC_PRINTK_DEBUG it is possible to
allow debugging without having to recompile the kernel. This patch turns
all BT_DBG() calls into pr_debug() to support dynamic debug messages.

As a side effect all CONFIG_BT_*_DEBUG statements are now removed and
some broken debug entries have been fixed.

Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 5ddd4a60
No related branches found
No related tags found
Loading
Showing
with 9 additions and 100 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment