edk2/MdeModulePkg/Bus/Pci
Aaron Pop 0f0515f71b MdeModulePkg: Fix unchecked return status
https://github.com/github/codeql/blob/codeql-cli-2.7.3/csharp/ql/src/API%20Abuse/UncheckedReturnValue.qhelp

When a function has a return status, it should
be checked to verify the function completed successfully.

Failing to check the return status can result in null pointer
dereferences or use of uninitialized variables.

Signed-off-by: Aaron Pop <aaronpop@microsoft.com>
2026-08-05 02:13:24 +00:00
..
CxlDxe MdeModulePkg: Follow pragma once coding convention 2026-06-25 19:40:31 +00:00
EhciDxe Global: Fix Spelling Errors in PCI/PCIe Definitions 2026-05-08 02:15:34 +00:00
EhciPei MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
IdeBusPei MdeModulePkg: Fix comparison with wider widths 2026-08-05 02:13:24 +00:00
IncompatiblePciDeviceSupportDxe MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
NonDiscoverablePciDeviceDxe MdeModulePkg: Fix missing NULL tests 2026-08-05 02:13:24 +00:00
NvmExpressDxe MdeModulePkg: Fix comparison with wider widths 2026-08-05 02:13:24 +00:00
NvmExpressPei MdeModulePkg: Fix unchecked return status 2026-08-05 02:13:24 +00:00
PciBusDxe MdeModulePkg: Fix unchecked return status 2026-08-05 02:13:24 +00:00
PciHostBridgeDxe MdeModulePkg: Fix missing NULL tests 2026-08-05 02:13:24 +00:00
PciSioSerialDxe MdeModulePkg: Fix missing NULL tests 2026-08-05 02:13:24 +00:00
SataControllerDxe MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
SdMmcPciHcDxe MdeModulePkg: Fix comparison with wider widths 2026-08-05 02:13:24 +00:00
SdMmcPciHcPei MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
UfsPciHcDxe MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
UfsPciHcPei MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
UhciDxe MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
XhciDxe MdeModulePkg: Fix missing NULL tests 2026-08-05 02:13:24 +00:00
XhciPei MdeModulePkg: Fix missing NULL tests 2026-08-05 02:13:24 +00:00