mirror of
git://nv-tegra.nvidia.com/kernel/nvethernetrm.git
synced 2025-12-24 02:22:16 +03:00
nvethernetrm: Limit lane bring up error print
Bug 4990818 Change-Id: I8d088a450ab25433ded5f7ad7cb0d3b56af0b9f1 Signed-off-by: Mahesh Patil <maheshp@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/kernel/nvethernetrm/+/3280530 Reviewed-by: Anders Ma <andersm@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/kernel/nvethernetrm/+/3279684 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Ashutosh Jha <ajha@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
a47f2c893d
commit
e250e2722d
@@ -715,9 +715,11 @@ step10:
|
||||
}
|
||||
|
||||
if (xpcs_check_pcs_lock_status(osi_core) < 0) {
|
||||
if (l_core->lane_status == OSI_ENABLE) {
|
||||
OSI_CORE_ERR(osi_core->osd, OSI_LOG_ARG_HW_FAIL,
|
||||
"Failed to get PCS block lock\n", 0ULL);
|
||||
l_core->lane_status = OSI_DISABLE;
|
||||
l_core->lane_status = OSI_DISABLE;
|
||||
}
|
||||
ret = -1;
|
||||
goto fail;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user