]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: use %zu not %zd to print efi_uintn_t
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 3 Feb 2022 21:21:51 +0000 (22:21 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 5 Feb 2022 19:20:01 +0000 (20:20 +0100)
commite9df54968f53600a709575f001474695c312141a
treed4e720850943dbfea802254516479c8aef60fa63
parent344f26a7664f0a3f1a4b302e08a408171bdc3ece
efi_loader: use %zu not %zd to print efi_uintn_t

efi_uintnt_t is an unsigned type. We should avoid showing negative numbers.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/efi_boottime.c