From: Heinrich Schuchardt Date: Sun, 6 Jan 2019 16:12:43 +0000 (+0100) Subject: efi_driver: simplify error message X-Git-Tag: v2019.04-rc2~13^2~28 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b4f471f18e68b340e5b968e2d611b83f709a78ce;p=oweals%2Fu-boot.git efi_driver: simplify error message Stating the function module is sufficient. We don't need file and line number. Anyway the format code for the line number was incorrect (should be %d). Signed-off-by: Heinrich Schuchardt Signed-off-by: Alexander Graf --- diff --git a/lib/efi_driver/efi_uclass.c b/lib/efi_driver/efi_uclass.c index bb86ffd399..7cdf81f40c 100644 --- a/lib/efi_driver/efi_uclass.c +++ b/lib/efi_driver/efi_uclass.c @@ -233,8 +233,7 @@ static efi_status_t EFIAPI efi_uc_stop( } ret = EFI_CALL(systab.boottime->free_pool(entry_buffer)); if (ret != EFI_SUCCESS) - printf("%s(%u) %s: ERROR: Cannot free pool\n", - __FILE__, __LINE__, __func__); + printf("%s: ERROR: Cannot free pool\n", __func__); /* Detach driver from controller */ ret = EFI_CALL(systab.boottime->close_protocol(