]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
Bluetooth: debug: Add printing num of cmds queued
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Tue, 10 Jul 2012 12:27:47 +0000 (15:27 +0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Tue, 10 Jul 2012 18:35:27 +0000 (15:35 -0300)
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/hci_core.c

index f932d663ff68320ae12841952bb54fd274520f9a..d4de5db18d5a8e48d950a368e7ef93840d269a07 100644 (file)
@@ -2821,7 +2821,8 @@ static void hci_cmd_work(struct work_struct *work)
        struct hci_dev *hdev = container_of(work, struct hci_dev, cmd_work);
        struct sk_buff *skb;
 
-       BT_DBG("%s cmd %d", hdev->name, atomic_read(&hdev->cmd_cnt));
+       BT_DBG("%s cmd_cnt %d cmd queued %d", hdev->name,
+              atomic_read(&hdev->cmd_cnt), skb_queue_len(&hdev->cmd_q));
 
        /* Send queued commands */
        if (atomic_read(&hdev->cmd_cnt)) {