public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] efi_loader: remove double EFI_EXIT() with efi_unsupported
@ 2017-07-26  0:17 Rob Clark
  2017-07-28 22:25 ` [U-Boot] " Alexander Graf
  0 siblings, 1 reply; 2+ messages in thread
From: Rob Clark @ 2017-07-26  0:17 UTC (permalink / raw)
  To: u-boot

Probably this went unnoticed before, but it causes problems with
addition of 804b1d73 ("efi_loader: log EFI return values too")

Signed-off-by: Rob Clark <robdclark@gmail.com>
---
 lib/efi_loader/efi_boottime.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/efi_loader/efi_boottime.c b/lib/efi_loader/efi_boottime.c
index 96d32a9902..9aeb412f50 100644
--- a/lib/efi_loader/efi_boottime.c
+++ b/lib/efi_loader/efi_boottime.c
@@ -146,7 +146,7 @@ static unsigned long EFIAPI efi_raise_tpl(UINTN new_tpl)
 static void EFIAPI efi_restore_tpl(UINTN old_tpl)
 {
 	EFI_ENTRY("0x%zx", old_tpl);
-	EFI_EXIT(efi_unsupported(__func__));
+	efi_unsupported(__func__);
 }
 
 static efi_status_t EFIAPI efi_allocate_pages_ext(int type, int memory_type,
@@ -880,7 +880,7 @@ static efi_status_t EFIAPI efi_set_watchdog_timer(unsigned long timeout,
 {
 	EFI_ENTRY("%ld, 0x%"PRIx64", %ld, %p", timeout, watchdog_code,
 		  data_size, watchdog_data);
-	return EFI_EXIT(efi_unsupported(__func__));
+	return efi_unsupported(__func__);
 }
 
 static efi_status_t EFIAPI efi_connect_controller(
-- 
2.13.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] efi_loader: remove double EFI_EXIT() with efi_unsupported
  2017-07-26  0:17 [U-Boot] [PATCH] efi_loader: remove double EFI_EXIT() with efi_unsupported Rob Clark
@ 2017-07-28 22:25 ` Alexander Graf
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Graf @ 2017-07-28 22:25 UTC (permalink / raw)
  To: u-boot

> Probably this went unnoticed before, but it causes problems with
> addition of 804b1d73 ("efi_loader: log EFI return values too")
> 
> Signed-off-by: Rob Clark <robdclark@gmail.com>

Thanks, applied to efi-next

Alex

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-28 22:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-26  0:17 [U-Boot] [PATCH] efi_loader: remove double EFI_EXIT() with efi_unsupported Rob Clark
2017-07-28 22:25 ` [U-Boot] " Alexander Graf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox