PcAtChipsetPkg/RTC: Fix a bug in RtcGetWakeUpTime() which may cause its return value wrong
Signed-off-by: Tian Feng <feng.tian@intel.com> Reviewed-by: Jin Eric <Eric.Jin@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13637 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -514,6 +514,7 @@ PcRtcGetWakeupTime (
|
||||
//
|
||||
// Get the alarm info from variable
|
||||
//
|
||||
DataSize = sizeof (EFI_TIME);
|
||||
Status = EfiGetVariable (
|
||||
L"RTCALARM",
|
||||
&gEfiCallerIdGuid,
|
||||
|
Reference in New Issue
Block a user