mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 06:22:01 +03:00
Typo
This commit is contained in:
@@ -617,7 +617,7 @@ static int eepro100_probe ( struct nic *nic, struct pci_device *p ) {
|
|||||||
|
|
||||||
if (p->ioaddr == 0)
|
if (p->ioaddr == 0)
|
||||||
return 0;
|
return 0;
|
||||||
pci_fill_nic ( nic, pci );
|
pci_fill_nic ( nic, p );
|
||||||
adjust_pci_device(p);
|
adjust_pci_device(p);
|
||||||
ioaddr = nic->ioaddr;
|
ioaddr = nic->ioaddr;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user