david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Remove spurious debug message

This commit is contained in:
Michael Brown 2007-01-08 03:37:32 +00:00
parent f0edd11c7d
commit f08093b0d9
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ static int undipci_probe ( struct pci_device *pci,
list_add ( &undi->dev.siblings, &pci->dev.children );
/* Call UNDI ROM loader to create pixie */
DBGC ( undi, "UNDI %p using UNDI ROM %p\n", undi, undirom );
if ( ( rc = undi_load_pci ( undi, undirom, pci->bus,
pci->devfn ) ) != 0 )
goto err_load_pci;