2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 15:21:32 +00:00

Remove redundant debug message

This commit is contained in:
Michael Brown 2007-01-05 16:15:50 +00:00
parent fa9055197d
commit 9ab5c0dde7

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;