Commit b691118f authored by Ard Biesheuvel's avatar Ard Biesheuvel

Merge remote-tracking branch 'linux-efi/urgent' into efi/next

parents a14198df 8b94da92
...@@ -72,7 +72,7 @@ preserve_pci_rom_image(efi_pci_io_protocol_t *pci, struct pci_setup_rom **__rom) ...@@ -72,7 +72,7 @@ preserve_pci_rom_image(efi_pci_io_protocol_t *pci, struct pci_setup_rom **__rom)
rom->data.type = SETUP_PCI; rom->data.type = SETUP_PCI;
rom->data.len = size - sizeof(struct setup_data); rom->data.len = size - sizeof(struct setup_data);
rom->data.next = 0; rom->data.next = 0;
rom->pcilen = pci->romsize; rom->pcilen = romsize;
*__rom = rom; *__rom = rom;
status = efi_call_proto(pci, pci.read, EfiPciIoWidthUint16, status = efi_call_proto(pci, pci.read, EfiPciIoWidthUint16,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment