projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.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
|
blame
|
history
diff --git
a/drivers/net/sfc/falcon_xmac.c
b/drivers/net/sfc/falcon_xmac.c
index dbdcee4b0f8d9c20ac66b3794136156b1986018f..55c0d9760be8d12cc52ae592e0febf1e16f5e7b1 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;
}