mirror of
https://github.com/ipxe/ipxe
synced 2025-12-17 18:11:49 +03:00
Remove redundant debug message
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user