diff --git a/docs/arm_bsa_testcase_checklist.rst b/docs/arm_bsa_testcase_checklist.rst index 8e3df63f..4389093e 100644 --- a/docs/arm_bsa_testcase_checklist.rst +++ b/docs/arm_bsa_testcase_checklist.rst @@ -1,7 +1,7 @@ ########################### BSA ACS Testcase checklist ########################### - + The below table provides the following details #. BSA rules covered by a test. diff --git a/val/common/src/acs_pcie.c b/val/common/src/acs_pcie.c index 9e386217..73773271 100644 --- a/val/common/src/acs_pcie.c +++ b/val/common/src/acs_pcie.c @@ -1413,8 +1413,10 @@ val_pcie_register_bitfields_check(uint64_t *bf_info_table, uint32_t num_bitfield /* Return register check status */ if (num_pass > 0 || num_fails > 0) return num_fails; - else + else { + val_print(ACS_PRINT_ERR, "\n No PCIe device of type %d present", dp_type); return ACS_STATUS_SKIP; + } } /**