]> git.baikalelectronics.ru Git - uboot.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)
commitf16a6d1c7cb07ae4408e50e03ccab74f8d37c415
treedd3ae527b3654c744d34b3d28090b59406f437a1
parent33cf78703b151c1824c3c2f9ba11e71840e68e71
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