natsemi: Improve diagnostics for DspCfg workaround
authorMark Brown <broonie@sirena.org.uk>
Thu, 3 May 2007 09:36:50 +0000 (10:36 +0100)
committerJeff Garzik <jeff@garzik.org>
Tue, 8 May 2007 05:15:35 +0000 (01:15 -0400)
The natsemi driver has a workaround for broken hardware which resets itself
from time to time.  There is a diagnostic message for this workaround but
it is not printed by default, making the driver behavior more obscure than
it needs to be.  Make the message be displayed by default.

Signed-Off-By: Mark Brown <broonie@sirena.org.uk>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/natsemi.c

index a8d7ff2..109e802 100644 (file)
@@ -1756,7 +1756,7 @@ static void netdev_timer(unsigned long data)
                if (dspcfg != np->dspcfg) {
                        if (!netif_queue_stopped(dev)) {
                                spin_unlock_irq(&np->lock);
-                               if (netif_msg_hw(np))
+                               if (netif_msg_drv(np))
                                        printk(KERN_NOTICE "%s: possible phy reset: "
                                                "re-initializing\n", dev->name);
                                disable_irq(dev->irq);