Skip to content

Commit 84bddce

Browse files
authored
Merge pull request #1380 from mhamdan12/mstflint_4_33_0_GB
[mlxlink][bug fix] PEMI register does not exist in mstflint should ma…
2 parents e5a70f5 + 2f69e1e commit 84bddce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlxlink/modules/mlxlink_amBER_collector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2606,7 +2606,7 @@ vector<AmberField> MlxlinkAmBerCollector::getExtModuleStatus()
26062606
{
26072607
if (!_isPortPCIE)
26082608
{
2609-
sendPrmReg(ACCESS_REG_PEMI, GET, "local_port=%d,page_select=%d", _localPort, PEMI_GROUP_SEL_SNR_SAMPLES);
2609+
sendLocalPrmReg(ACCESS_REG_PEMI, GET, "local_port=%d,page_select=%d", _localPort, PEMI_GROUP_SEL_SNR_SAMPLES);
26102610

26112611
u_int32_t groupCapMask = getLocalFieldValue("group_cap_mask");
26122612

0 commit comments

Comments
 (0)