]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg/PL031RealTimeClockLib: cast EfiTimeToEpoch() val. to UINT32
authorLaszlo Ersek <lersek@redhat.com>
Mon, 21 Dec 2020 11:36:56 +0000 (12:36 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 21 Dec 2020 15:55:16 +0000 (15:55 +0000)
commit3af6c521d9c1b195a6105169df92c0b3a8107e39
treeedb1f8aef194fed28c93b6929be64f7888343c6d
parent3ce3274a5ea41134fafb983c0198de89007d471e
ArmPlatformPkg/PL031RealTimeClockLib: cast EfiTimeToEpoch() val. to UINT32

In preparation for changing EfiTimeToEpoch()'s return type to UINTN, cast
EfiTimeToEpoch()'s retval to UINT32 explicitly, in LibSetTime().

Currently, this is a no-op, and even after widening the retval, it will
make no difference, as LibSetTime() explicitly restricts Time->Year under
2106, given that "the PL031 is a 32-bit counter counting seconds". The
patch is made for preventing compiler warnings.

Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Message-Id: <20201221113657.6779-2-lersek@redhat.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.c