Browse Source

Typo

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
e8f364551a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/drivers/net/eepro100.c

+ 1
- 1
src/drivers/net/eepro100.c View File

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

Loading…
Cancel
Save