On Sat, Jun 28, 2025 at 07:46:18AM +0100, Frediano Ziglio wrote:
> Use more explicit goto statements to handle common error code
> path instead of a lot of if/else.
>
> Signed-off-by: Frediano Ziglio
Reviewed-by: Marek Marczykowski-Górecki
> ---
> Change since v4:
> - fixed label indentation.
On Sat, Jun 28, 2025 at 7:46 AM Frediano Ziglio
wrote:
>
> Use more explicit goto statements to handle common error code
> path instead of a lot of if/else.
>
> Signed-off-by: Frediano Ziglio
> ---
> Change since v4:
> - fixed label indentation.
> ---
> xen/common/efi/boot.c | 80 +++
Use more explicit goto statements to handle common error code
path instead of a lot of if/else.
Signed-off-by: Frediano Ziglio
---
Change since v4:
- fixed label indentation.
---
xen/common/efi/boot.c | 80 +++
1 file changed, 43 insertions(+), 37 deletion