This commit is contained in:
Michael Brown
2005-04-22 16:32:29 +00:00
parent 08ff0c1d30
commit e8f364551a

View File

@@ -617,7 +617,7 @@ static int eepro100_probe ( struct nic *nic, struct pci_device *p ) {
if (p->ioaddr == 0)
return 0;
pci_fill_nic ( nic, pci );
pci_fill_nic ( nic, p );
adjust_pci_device(p);
ioaddr = nic->ioaddr;