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 b1942e222768..18e329ca108e 100644 --- a/arch/x86/boot/compressed/eboot.c +++ b/arch/x86/boot/compressed/eboot.c | |||
| @@ -302,7 +302,7 @@ static efi_status_t setup_efi_pci(struct boot_params *params) | |||
| 302 | if (status != EFI_SUCCESS) | 302 | if (status != EFI_SUCCESS) |
| 303 | continue; | 303 | continue; |
| 304 | 304 | ||
| 305 | if (!attributes & EFI_PCI_IO_ATTRIBUTE_EMBEDDED_ROM) | 305 | if (!(attributes & EFI_PCI_IO_ATTRIBUTE_EMBEDDED_ROM)) |
| 306 | continue; | 306 | continue; |
| 307 | 307 | ||
| 308 | if (!pci->romimage || !pci->romsize) | 308 | if (!pci->romimage || !pci->romsize) |
