[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4840B42E.4030707@pobox.com>
Date: Fri, 30 May 2008 22:13:02 -0400
From: Jeff Garzik <jgarzik@...ox.com>
To: Ben Hutchings <bhutchings@...arflare.com>
CC: netdev@...r.kernel.org, linux-net-drivers@...arflare.com
Subject: Re: [PATCH] sfc: Report XAUI link down at default log level
Ben Hutchings wrote:
> This is normal when the external link is down so don't report it as an error.
>
> Signed-off-by: Ben Hutchings <bhutchings@...arflare.com>
> ---
> drivers/net/sfc/falcon_xmac.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/sfc/falcon_xmac.c b/drivers/net/sfc/falcon_xmac.c
> index 264e1ee..37d3cae 100644
> --- a/drivers/net/sfc/falcon_xmac.c
> +++ b/drivers/net/sfc/falcon_xmac.c
> @@ -513,7 +513,7 @@ static int falcon_check_xaui_link_up(struct efx_nic *efx)
> tries--;
> }
>
> - EFX_ERR(efx, "Failed to bring XAUI link back up in %d tries!\n",
> + EFX_LOG(efx, "Failed to bring XAUI link back up in %d tries!\n",
> max_tries);
applied
--
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