Re: [PATCH 1/1] efi_loader: simplify error message in efi_disk_create_raw()

2024-02-20 Thread Caleb Connolly
On 02/02/2024 14:12, Heinrich Schuchardt wrote: > The error message > > Adding disk for usb_mass_storage.lun0 failed > (err=-9223372036854775788/0x8014) > > provides a decimal and a hexadecimal notation of the EFI status code > EFI_ALREADY_STARTED which is defined as (EFI_ERRO

Re: [PATCH 1/1] efi_loader: simplify error message in efi_disk_create_raw()

2024-02-13 Thread Ilias Apalodimas
On Fri, 2 Feb 2024 at 16:13, Heinrich Schuchardt wrote: > > The error message > > Adding disk for usb_mass_storage.lun0 failed > (err=-9223372036854775788/0x8014) > > provides a decimal and a hexadecimal notation of the EFI status code > EFI_ALREADY_STARTED which is defined as (EF

[PATCH 1/1] efi_loader: simplify error message in efi_disk_create_raw()

2024-02-02 Thread Heinrich Schuchardt
The error message Adding disk for usb_mass_storage.lun0 failed (err=-9223372036854775788/0x8014) provides a decimal and a hexadecimal notation of the EFI status code EFI_ALREADY_STARTED which is defined as (EFI_ERROR_MASK | 20). The decimal output does not convey the value 20 cle