david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Remove redundant debug message

This commit is contained in:
Michael Brown 2007-01-05 16:15:50 +00:00
parent fa9055197d
commit 9ab5c0dde7
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ static int pxedrv_parse_pcirheader ( struct pxe_driver *pxedrv,
"signature %08lx\n", pxedrv, pcir_header.signature );
return -EINVAL;
}
DBGC ( pxedrv, "PXEDRV %p is a PCI ROM\n", pxedrv );
/* Fill in PXE driver PCI device fields */
pxedrv->bus_type = PCI_NIC;