This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / net / wireless / prism54 / islpci_eth.c
index 5952e99..9ae71e9 100644 (file)
@@ -508,12 +508,11 @@ islpci_eth_tx_timeout(struct net_device *ndev)
        /* increment the transmit error counter */
        statistics->tx_errors++;
 
-       printk(KERN_WARNING "%s: tx_timeout", ndev->name);
        if (!priv->reset_task_pending) {
                priv->reset_task_pending = 1;
-               printk(", scheduling a reset");
                netif_stop_queue(ndev);
                schedule_work(&priv->reset_task);
        }
-       printk("\n");
+
+       return;
 }