[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1309190497.3344.6.camel@Joe-Laptop>
Date: Mon, 27 Jun 2011 09:01:37 -0700
From: Joe Perches <joe@...ches.com>
To: Jon Mason <mason@...i.com>
Cc: davem@...emloft.net, netdev@...r.kernel.org,
Andrew Gallatin <gallatin@...i.com>
Subject: Re: [PATCH 3/9] myri10ge: rework parity error check and cleanup
On Mon, 2011-06-27 at 10:05 -0500, Jon Mason wrote:
> Clean up watchdog reset code:
> - unless there is a confirmed h/w fault, verify that a stuck
> slice is still stuck in the watchdog worker; if the slice is no
> longer stuck, abort the reset.
[]
> @@ -3498,23 +3536,24 @@ static void myri10ge_watchdog(struct work_struct *work)
[]
> + if (!reset_needed) {
> + netdev_err(mgp->dev, "not resetting\n");
> + return;
> + }
Probably the wrong level. Maybe netdev_dbg() or netdev_info()
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists