hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/firmware/efi/libstub/x86-stub.c
....@@ -60,7 +60,7 @@
6060 rom->data.type = SETUP_PCI;
6161 rom->data.len = size - sizeof(struct setup_data);
6262 rom->data.next = 0;
63
- rom->pcilen = pci->romsize;
63
+ rom->pcilen = romsize;
6464 *__rom = rom;
6565
6666 status = efi_call_proto(pci, pci.read, EfiPciIoWidthUint16,