]> git.neil.brown.name Git - history.git/commitdiff
[Bluetooth] Replace BCSP retransmitting message with BT_DBG
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 28 Jul 2004 01:42:21 +0000 (03:42 +0200)
committerMarcel Holtmann <holtmann@holtmann.org>
Wed, 28 Jul 2004 01:42:21 +0000 (03:42 +0200)
The message "Timeout, retransmitting 1 pkts" is not an error and so
change this into a debug message.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_bcsp.c

index ab3c28d4947a04c01d3f5e1a3d02116e7250fc8f..4d1f7ea9c63ed61085b957cbd4c038ebdbbc05b5 100644 (file)
@@ -633,7 +633,8 @@ static void bcsp_timed_event(unsigned long arg)
        struct sk_buff *skb;
        unsigned long flags;
 
-       BT_ERR("Timeout, retransmitting %u pkts", bcsp->unack.qlen);
+       BT_DBG("hu %p retransmitting %u pkts", hu, bcsp->unack.qlen);
+
        spin_lock_irqsave(&bcsp->unack.lock, flags);
 
        while ((skb = __skb_dequeue_tail(&bcsp->unack)) != NULL) {