Message ID | 20161026190504.9888-47-lersek@redhat.com |
---|---|
State | Accepted |
Commit | 67f60d3b93ae1390bea3209b64d986eed75f1edf |
Headers | show |
diff --git a/Vlv2TbltDevicePkg/PlatformSetupDxe/SetupInfoRecords.c b/Vlv2TbltDevicePkg/PlatformSetupDxe/SetupInfoRecords.c index 3cdb0132cd04..b0e29f02d067 100644 --- a/Vlv2TbltDevicePkg/PlatformSetupDxe/SetupInfoRecords.c +++ b/Vlv2TbltDevicePkg/PlatformSetupDxe/SetupInfoRecords.c @@ -1371,7 +1371,7 @@ UpdatePlatformInformation ( ); Data8 = MmioRead8 (PciD31F0RegBase + R_PCH_LPC_RID_CC); - count = sizeof (SBRevisionTable) / sizeof (SBRevisionTable[0]); + count = ARRAY_SIZE (SBRevisionTable); for (Index = 0; Index < count; Index++) { if(Data8 == SBRevisionTable[Index].RevId) { UnicodeSPrint (Buffer, sizeof (Buffer), L"%02x %a", Data8, SBRevisionTable[Index].String);
Cc: David Wei <david.wei@intel.com> Cc: Tim He <tim.he@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> --- Vlv2TbltDevicePkg/PlatformSetupDxe/SetupInfoRecords.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.9.2 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel