Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: ad961fa9794a9ebd9d99013f29631a03f5fe1281
      
https://github.com/tianocore/edk2/commit/ad961fa9794a9ebd9d99013f29631a03f5fe1281
  Author: Varshit Pandya <[email protected]>
  Date:   2025-11-22 (Sat, 22 Nov 2025)

  Changed paths:
    M DynamicTablesPkg/Library/Acpi/Common/AcpiSsdtPcieLib/SsdtPcieGenerator.c

  Log Message:
  -----------
  DynamicTablesPkg: Fix always true condition

In "if (RpInfo[Index].Sun != MAX_UINT64)", "RpInfo[Index].Sun" is UINT32 type.
Which means it is never going to be equal to MAX_UINT64, so use
"RpInfo[Index].Sun != MAX_UINT32" instead.

Signed-off-by: Varshit Pandya <[email protected]>



To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to