hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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,