mirror of https://github.com/acidanthera/audk.git
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:
parent
50fe73a1aa
commit
ffa1e7834c
|
@ -514,6 +514,7 @@ PcRtcGetWakeupTime (
|
||||||
//
|
//
|
||||||
// Get the alarm info from variable
|
// Get the alarm info from variable
|
||||||
//
|
//
|
||||||
|
DataSize = sizeof (EFI_TIME);
|
||||||
Status = EfiGetVariable (
|
Status = EfiGetVariable (
|
||||||
L"RTCALARM",
|
L"RTCALARM",
|
||||||
&gEfiCallerIdGuid,
|
&gEfiCallerIdGuid,
|
||||||
|
|
Loading…
Reference in New Issue