
29 Jul
2017
29 Jul
'17
12:28 a.m.
There are a couple spots doing things like:
return EFI_EXIT(some_fxn(...));
which I handn't noticed before. With addition of printing return value in the EFI_EXIT() macro, now the fxn call was getting evaluated twice. Which we didn't really want.
Signed-off-by: Rob Clark robdclark@gmail.com
Thanks, applied to efi-next
Alex