mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-02-02 11:36:20 +01:00
[netdrvr] sfc: Report XAUI link down at default log level
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>
This commit is contained in:
committed by
Jeff Garzik
parent
3446b9d57e
commit
b055629eae
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user