Merge branch 'pci/mjg-pci-roms-from-efi' into next
* pci/mjg-pci-roms-from-efi: PCI: Use phys_addr_t for physical ROM address
This commit is contained in:
@@ -628,8 +628,8 @@ int pcibios_add_device(struct pci_dev *dev)
|
||||
(PCI_FUNC(dev->devfn) == rom->function) &&
|
||||
(dev->vendor == rom->vendor) &&
|
||||
(dev->device == rom->devid)) {
|
||||
dev->rom = (void *)(unsigned long)(pa_data +
|
||||
offsetof(struct pci_setup_rom, romdata));
|
||||
dev->rom = pa_data +
|
||||
offsetof(struct pci_setup_rom, romdata);
|
||||
dev->romlen = rom->pcilen;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user