diff options
| -rw-r--r-- | arch/x86/boot/compressed/eboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/compressed/eboot.c b/arch/x86/boot/compressed/eboot.c index a8a8642d2b0b..e57665b4ba1c 100644 --- a/arch/x86/boot/compressed/eboot.c +++ b/arch/x86/boot/compressed/eboot.c | |||
| @@ -118,7 +118,7 @@ __setup_efi_pci(efi_pci_io_protocol_t *pci, struct pci_setup_rom **__rom) | |||
| 118 | void *romimage; | 118 | void *romimage; |
| 119 | 119 | ||
| 120 | status = efi_call_proto(efi_pci_io_protocol, attributes, pci, | 120 | status = efi_call_proto(efi_pci_io_protocol, attributes, pci, |
| 121 | EfiPciIoAttributeOperationGet, 0, 0, | 121 | EfiPciIoAttributeOperationGet, 0ULL, |
| 122 | &attributes); | 122 | &attributes); |
| 123 | if (status != EFI_SUCCESS) | 123 | if (status != EFI_SUCCESS) |
| 124 | return status; | 124 | return status; |
