Skip to content

Commit 0dc9c68

Browse files
authored
Merge pull request #1370 from Moriya-Pilipenko/mstflint_4_33_0_GB
cherry-pick: fix for cx8 pcie switch discovery
2 parents 39c64c2 + 8b1b280 commit 0dc9c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mst_utils/mdevices_info.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ int main(int argc, char** argv)
439439
if ((devs[i].type == MDEVS_TAVOR_CR) && (strstr(devs[i].dev_name, "cable_") == NULL)) {
440440
mfile* mf = mopen(devs[i].dev_name);
441441

442-
if (is_pcie_switch_device(mf)) {
442+
if (is_pcie_switch_device(mf) && !mf->functional_vsec_supp) {
443443
mclose(mf);
444444
continue;
445445
}

0 commit comments

Comments
 (0)