]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: superfluous conversion in efi_file_open()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 19 Mar 2019 18:16:23 +0000 (19:16 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 20 Mar 2019 17:16:53 +0000 (18:16 +0100)
commit76652e287a16d5c2b24ceb88d513b766e6567b05
tree5509f53163d5006cd91c291c0f5a7993538d8f9a
parentf8ee20597d98f5faa51f045bf6504a547c5b263b
efi_loader: superfluous conversion in efi_file_open()

printf("%ls", ..) expects u16 * as argument to print. There is not need for
a conversion to wchar_t *.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_file.c