]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
efi_selftest: add missing line feed
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 26 Nov 2017 13:05:19 +0000 (14:05 +0100)
committerAlexander Graf <agraf@suse.de>
Fri, 1 Dec 2017 12:38:19 +0000 (13:38 +0100)
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>
lib/efi_selftest/efi_selftest.c

index 263b53f6724b23e443f34c801a09bd018f7a6365..4e5a12c47cae33543b15c230675467f040bca52e 100644 (file)
@@ -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,
                                        (void **)&loaded_image);
        if (ret != EFI_SUCCESS) {
-               efi_st_error("Cannot open loaded image protocol");
+               efi_st_error("Cannot open loaded image protocol\n");
                return ret;
        }