]> git.sur5r.net Git - u-boot/commit
efi_selftest: use efi_st_error for all error messages
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 4 Oct 2017 10:37:02 +0000 (12:37 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 9 Oct 2017 04:59:24 +0000 (06:59 +0200)
commit037ee6f91bb06fb664d57668effdea7656edce25
tree4bcd6833820bf926d7639b05161365c23d420681
parent4a59ada5e60d25ea43d3c5f2baf1860ed3c32770
efi_selftest: use efi_st_error for all error messages

All error messages in the selftests should use efi_st_error.
efi_st_error will print the file name and line number of the error.

Splitting message texts due to lines being over 80
characters is avoided. This resolves the issue reported
by Simon Glass in
https://lists.denx.de/pipermail/u-boot/2017-September/307387.html

Reported-by: Simon Glass <sjg@chromium.org>
Fixes: 623b3a579765 efi_selftest: provide an EFI selftest application
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_selftest/efi_selftest.c