david/ipxe
Archived
1
0

Remove spurious debug message

This commit is contained in:
Michael Brown 2007-01-08 03:37:32 +00:00
parent f0edd11c7d
commit f08093b0d9

View File

@ -73,7 +73,6 @@ static int undipci_probe ( struct pci_device *pci,
list_add ( &undi->dev.siblings, &pci->dev.children ); list_add ( &undi->dev.siblings, &pci->dev.children );
/* Call UNDI ROM loader to create pixie */ /* 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, if ( ( rc = undi_load_pci ( undi, undirom, pci->bus,
pci->devfn ) ) != 0 ) pci->devfn ) ) != 0 )
goto err_load_pci; goto err_load_pci;