mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00: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:
parent
3446b9d57e
commit
b055629eae
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue