summaryrefslogtreecommitdiffstats
path: root/hw/bt.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/bt.c')
-rw-r--r--hw/bt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bt.c b/hw/bt.c
index ff1aa482..2f0726a8 100644
--- a/hw/bt.c
+++ b/hw/bt.c
@@ -413,7 +413,7 @@ static void print_debug_queue_info(void)
{
#if BT_QUEUE_DEBUG
struct bt_msg *msg;
- static bool printed = false;
+ static bool printed;
if (!list_empty(&bt.msgq)) {
printed = false;
OpenPOWER on IntegriCloud