projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3446b9d
)
[netdrvr] sfc: Report XAUI link down at default log level
author
Ben Hutchings
<bhutchings@solarflare.com>
Fri, 30 May 2008 21:18:35 +0000
(22:18 +0100)
committer
Jeff Garzik
<jgarzik@redhat.com>
Sat, 31 May 2008 02:06:47 +0000
(22:06 -0400)
This is normal when the external link is down so don't report it as an error.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/sfc/falcon_xmac.c
patch
|
blob
|
history
diff --git
a/drivers/net/sfc/falcon_xmac.c
b/drivers/net/sfc/falcon_xmac.c
index
dbdcee4
..
55c0d97
100644
(file)
--- a/
drivers/net/sfc/falcon_xmac.c
+++ b/
drivers/net/sfc/falcon_xmac.c
@@
-459,7
+459,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);
return 0;
}