Merge remote-tracking branch 'linux-efi/urgent' into efi/next
This commit is contained in:
commit
b691118f2c
@ -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.len = size - sizeof(struct setup_data);
|
||||
rom->data.next = 0;
|
||||
rom->pcilen = pci->romsize;
|
||||
rom->pcilen = romsize;
|
||||
*__rom = rom;
|
||||
|
||||
status = efi_call_proto(pci, pci.read, EfiPciIoWidthUint16,
|
||||
|
Loading…
Reference in New Issue
Block a user