]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: do not use unsupported printf code
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 12 Nov 2018 02:37:05 +0000 (03:37 +0100)
committerAlexander Graf <agraf@suse.de>
Sun, 2 Dec 2018 20:59:37 +0000 (21:59 +0100)
commitc966076cb52896422fa982ab2a84200ee9b4a730
treedd3ae527b3654c744d34b3d28090b59406f437a1
parentc2e1ad70a75048d802bf5c3296a043761939dae6
efi_loader: do not use unsupported printf code

Using %zu for efi_intn_t (ssize_t) creates a build warning. Anyway %zu is
not supported by efi_st_error(). So let's convert to int.

Our implementation of StriColl() only returns -1, 0, or 1.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_selftest/efi_selftest_unicode_collation.c