mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-20 20:04:46 +00:00
efi_selftest: add missing line feed
Add a missing line feed for an error message. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
17b96cb2ba
commit
c51e7df941
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ efi_status_t EFIAPI efi_selftest(efi_handle_t image_handle,
|
||||||
ret = boottime->handle_protocol(image_handle, &efi_guid_loaded_image,
|
ret = boottime->handle_protocol(image_handle, &efi_guid_loaded_image,
|
||||||
(void **)&loaded_image);
|
(void **)&loaded_image);
|
||||||
if (ret != EFI_SUCCESS) {
|
if (ret != EFI_SUCCESS) {
|
||||||
efi_st_error("Cannot open loaded image protocol");
|
efi_st_error("Cannot open loaded image protocol\n");
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue