Browse Source

Remove redundant debug message

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
9ab5c0dde7
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/arch/i386/drivers/bus/pxedrv.c

+ 0
- 1
src/arch/i386/drivers/bus/pxedrv.c View File

97
 		       "signature %08lx\n", pxedrv, pcir_header.signature );
97
 		       "signature %08lx\n", pxedrv, pcir_header.signature );
98
 		return -EINVAL;
98
 		return -EINVAL;
99
 	}
99
 	}
100
-	DBGC ( pxedrv, "PXEDRV %p is a PCI ROM\n", pxedrv );
101
 
100
 
102
 	/* Fill in PXE driver PCI device fields */
101
 	/* Fill in PXE driver PCI device fields */
103
 	pxedrv->bus_type = PCI_NIC;
102
 	pxedrv->bus_type = PCI_NIC;

Loading…
Cancel
Save