efi_loader: Add a wchar_t cast in efi_file_open()
authorSimon Glass <sjg@chromium.org>
Mon, 7 Jan 2019 23:44:18 +0000 (16:44 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 15 Jan 2019 00:47:13 +0000 (17:47 -0700)
commit0c89a318dc9abbdb74a9b57c5e7e4441d892b51a
treeff430a2052ebe2b8e58504b9a41655d7025d8837
parent398ae02669d1300ab2cdcbbdfe1c5c264d47b718
efi_loader: Add a wchar_t cast in efi_file_open()

The printf() string here is not actually correct. Add a cast to avoid
a warning when checking is enabled.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/efi_loader/efi_file.c