Explorar el Código

Remove redundant debug message

tags/v0.9.3
Michael Brown hace 18 años
padre
commit
9ab5c0dde7
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      src/arch/i386/drivers/bus/pxedrv.c

+ 0
- 1
src/arch/i386/drivers/bus/pxedrv.c Ver fichero

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

Loading…
Cancelar
Guardar